COLOR #DDB862

HEX: #DDB862 RGB: (221,184,98)

Color info

#DDB862 contains mainly red and green colors. Web safe color of #DDB862 is #CCCC66 (or #CC6).

RGB color model

#DDB862 color RGB value is (221,184,98).

RGB: (221,184,98) (87%, 72%, 38%)

RGB channels and saturation

R 221 of 255 = 87%
G 184 of 255 = 72%
B 98 of 255 = 38%

221
184
98

R + G + B ~ 66%. #DDB862 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 184 + 98 = 503 (100%)
R 221 of 503 ~ 43.94%
G 184 of 503 ~ 36.58%
B 98 of 503 ~ 19.48'%

%43.94
%36.58
%19.48

CMYK color model

#DDB862 color CMYK value is (0,17,56,13).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 55.66%
  • key color value is 13.33%

CMYK: (0,17,56,13)
C0M17Y56K13 (0%, 17%, 56%, 13%)
(0.00 / 0.17 / 0.56 / 0.13)

CMYK percentages

%0
%16.74
%55.66
%13.33

Codes

Color #DDB862 in popluar color models

DD B8 62
RGB 221 184 98
HSL 42° 64.40% 62.55%
HSB/HSV 42° 55.66% 86.67%
CMYK 0.00% 16.74% 55.66%
13.33%

Color #DDB862 in popluar number systems.

HEX DD B8 62
Decimal 221 184 98
Binary 11011101 10111000 1100010
Octal 335 270 142

Shades and tints

Shades of #DDB862

#DDB862
(221,184,98)
#C9A85A
(201,168,90)
#B59852
(181,152,82)
#A1884A
(161,136,74)
#8D7842
(141,120,66)
#79683A
(121,104,58)
#655832
(101,88,50)
#51482A
(81,72,42)
#3D3822
(61,56,34)
#29281A
(41,40,26)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #DDB862

#DDB862
(221,184,98)
#E0BE70
(224,190,112)
#E3C47E
(227,196,126)
#E6CA8C
(230,202,140)
#E9D09A
(233,208,154)
#ECD6A8
(236,214,168)
#EFDCB6
(239,220,182)
#F2E2C4
(242,226,196)
#F5E8D2
(245,232,210)
#F8EEE0
(248,238,224)
#FBF4EE
(251,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB862 color. Also use rgb(221,184,98) instead hex code.

Text Font Color

.myTextColor { color: #DDB862; }

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

This text font color is #DDB862.

Background Color

.myBgColor { background-color: #DDB862; }

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

This div background color is #DDB862.

Border color

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

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

This div border color is #DDB862.

Opacity

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

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

Text with #DDB862 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 #DDB862;}

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

This text has shadow with #DDB862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB862.

Preview

Color preview on black background

This text has color #DDB862 on black background.


Color preview on white background

This text has color #DDB862 on white background.


Black color preview on #DDB862 background

This text has black color on #DDB862 background.


White color preview on #DDB862 background

This text has white color on #DDB862 background.


Related colors

Complementary color

Complementary color for #hex is #22479D.


I love getcolorcode.com

Triadic colors

1 #62DDB8 and #B862DD with #DDB862 are triadic colors.

2 #62B8DD and #B8DD62 with #DDB862 are triadic colors.