COLOR #DEC999

HEX: #DEC999 RGB: (222,201,153)

Color info

#DEC999 contains mainly red and green colors. Web safe color of #DEC999 is #CCCC99 (or #CC9).

RGB color model

#DEC999 color RGB value is (222,201,153).

RGB: (222,201,153) (87%, 79%, 60%)

RGB channels and saturation

R 222 of 255 = 87%
G 201 of 255 = 79%
B 153 of 255 = 60%

222
201
153

R + G + B ~ 75%. #DEC999 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 201 + 153 = 576 (100%)
R 222 of 576 ~ 38.54%
G 201 of 576 ~ 34.9%
B 153 of 576 ~ 26.56'%

%38.54
%34.9
%26.56

CMYK color model

#DEC999 color CMYK value is (0,9,31,13).

  • cyan value is 0.00%
  • magenta value is 9.46%
  • yellow value is 31.08%
  • key color value is 12.94%

CMYK: (0,9,31,13)
C0M9Y31K13 (0%, 9%, 31%, 13%)
(0.00 / 0.09 / 0.31 / 0.13)

CMYK percentages

%0
%9.46
%31.08
%12.94

Codes

Color #DEC999 in popluar color models

DE C9 99
RGB 222 201 153
HSL 42° 51.11% 73.53%
HSB/HSV 42° 31.08% 87.06%
CMYK 0.00% 9.46% 31.08%
12.94%

Color #DEC999 in popluar number systems.

HEX DE C9 99
Decimal 222 201 153
Binary 11011110 11001001 10011001
Octal 336 311 231

Shades and tints

Shades of #DEC999

#DEC999
(222,201,153)
#CAB78C
(202,183,140)
#B6A57F
(182,165,127)
#A29372
(162,147,114)
#8E8165
(142,129,101)
#7A6F58
(122,111,88)
#665D4B
(102,93,75)
#524B3E
(82,75,62)
#3E3931
(62,57,49)
#2A2724
(42,39,36)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #DEC999

#DEC999
(222,201,153)
#E1CDA2
(225,205,162)
#E4D1AB
(228,209,171)
#E7D5B4
(231,213,180)
#EAD9BD
(234,217,189)
#EDDDC6
(237,221,198)
#F0E1CF
(240,225,207)
#F3E5D8
(243,229,216)
#F6E9E1
(246,233,225)
#F9EDEA
(249,237,234)
#FCF1F3
(252,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC999 color. Also use rgb(222,201,153) instead hex code.

Text Font Color

.myTextColor { color: #DEC999; }

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

This text font color is #DEC999.

Background Color

.myBgColor { background-color: #DEC999; }

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

This div background color is #DEC999.

Border color

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

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

This div border color is #DEC999.

Opacity

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

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

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

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

This text has shadow with #DEC999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC999.

Preview

Color preview on black background

This text has color #DEC999 on black background.


Color preview on white background

This text has color #DEC999 on white background.


Black color preview on #DEC999 background

This text has black color on #DEC999 background.


White color preview on #DEC999 background

This text has white color on #DEC999 background.


Related colors

Complementary color

Complementary color for #hex is #213666.


I love getcolorcode.com

Triadic colors

1 #99DEC9 and #C999DE with #DEC999 are triadic colors.

2 #99C9DE and #C9DE99 with #DEC999 are triadic colors.