COLOR #D1825A

HEX: #D1825A
RGB: (209,130,90)

Color info

#D1825A contains mainly red color. Web safe color of #D1825A is #CC9966 (or #C96).

RGB color model

#D1825A color RGB value is (209,130,90).

  • red value is 209;
  • green value is 130;
  • blue value is 90.
RGB:
(209,130,90)
(82%,51%,35%)

RGB channels and saturation

R 209 of 255 = 82%
G 130 of 255 = 51%
B 90 of 255 = 35%

209
130
90

R + G + B ~ 56%. #D1825A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 130 + 90 = 429 (100%)
R 209 of 429 ~ 48.72%
G 130 of 429 ~ 30.3%
B 90 of 429 ~ 20.98%

%48.72
%30.3
%20.98

CMYK color model

#D1825A color CMYK value is (0,38,57,18).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 56.94%
  • key color value is 18.04%
CMYK:
(0,38,57,18)
C0M38Y57K18 
(0%,38%,57%,18%)
(0.00/0.38/0.57/0.18)	

CMYK percentages

%0
%37.8
%56.94
%18.04

Codes

Color #D1825A in popluar color models

D1825A
RGB20913090
HSL20°56.40%58.63%
HSB/HSV20°56.94%81.96%
CMYK0.00%37.80%56.94%
18.04%

Color #D1825A in popluar number systems.

HEXD1825A
Decimal20913090
Binary11010001100000101011010
Octal321202132

Shades and tints

Shades of #D1825A

#D1825A
(209,130,90)
#BE7752
(190,119,82)
#AB6C4A
(171,108,74)
#986142
(152,97,66)
#85563A
(133,86,58)
#724B32
(114,75,50)
#5F402A
(95,64,42)
#4C3522
(76,53,34)
#392A1A
(57,42,26)
#261F12
(38,31,18)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #D1825A

#D1825A
(209,130,90)
#D58D69
(213,141,105)
#D99878
(217,152,120)
#DDA387
(221,163,135)
#E1AE96
(225,174,150)
#E5B9A5
(229,185,165)
#E9C4B4
(233,196,180)
#EDCFC3
(237,207,195)
#F1DAD2
(241,218,210)
#F5E5E1
(245,229,225)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1825A color. Also use rgb(209,130,90) instead hex code.

Text Font Color

.myTextColor { color: #D1825A; }

<p style="color:#D1825A">This sample text font color is #D1825A.</p>

This text font color is #D1825A.


Background Color

.myBgColor { background-color: #D1825A; }

<div style="background-color:#D1825A">Inner text</div>

This div background color is #D1825A.


Border color

.myBorderColor { border: 1px solid #D1825A; }

<div style="border:3px solid #D1825A">Div</div>

This div border color is #D1825A.


Opacity

.myOpacity80 { color: #D1825A; opacity: 0.8; }

<p style="color:#D1825A;opacity:0.8;">80%</p>

Text with #D1825A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D1825A;}

<p style="text-shadow: 3px 3px 1px #D1825A">Text here.</p>

This text has shadow with #D1825A color.

.textShadow {text-shadow: 3px 3px 1px #D1825A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D1825A, 5px 5px 20px red">Text here.</p>

This text has shadow with #D1825A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1825A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D1825A, Direction=45, Strength=4)">Text</p>

This text has shadow with #D1825A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D1825A;
  -webkit-box-shadow:	1px 1px 3px 2px #D1825A;
  box-shadow:		1px 1px 3px 2px #D1825A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D1825A;
-webkit-box-shadow: 1px 1px 3px 2px #D1825A;
box-shadow:1px 1px 3px 2px #D1825A;">
Div content here</div>
This div box has shadow with color #D1825A.

Preview

Color preview on black background

This text has color #D1825A on black background.


Color preview on white background

This text has color #D1825A on white background.



Black color preview on #D1825A background

This text has black color on #D1825A background.


White color preview on #D1825A background

This text has white color on #D1825A background.