COLOR #DEB954

HEX: #DEB954 RGB: (222,185,84)

Color info

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

RGB color model

#DEB954 color RGB value is (222,185,84).

RGB: (222,185,84) (87%, 73%, 33%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 84 of 255 = 33%

222
185
84

R + G + B ~ 64%. #DEB954 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 185 + 84 = 491 (100%)
R 222 of 491 ~ 45.21%
G 185 of 491 ~ 37.68%
B 84 of 491 ~ 17.11'%

%45.21
%37.68
%17.11

CMYK color model

#DEB954 color CMYK value is (0,17,62,13).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 62.16%
  • key color value is 12.94%

CMYK: (0,17,62,13)
C0M17Y62K13 (0%, 17%, 62%, 13%)
(0.00 / 0.17 / 0.62 / 0.13)

CMYK percentages

%0
%16.67
%62.16
%12.94

Codes

Color #DEB954 in popluar color models

DE B9 54
RGB 222 185 84
HSL 44° 67.65% 60.00%
HSB/HSV 44° 62.16% 87.06%
CMYK 0.00% 16.67% 62.16%
12.94%

Color #DEB954 in popluar number systems.

HEX DE B9 54
Decimal 222 185 84
Binary 11011110 10111001 1010100
Octal 336 271 124

Shades and tints

Shades of #DEB954

#DEB954
(222,185,84)
#CAA94D
(202,169,77)
#B69946
(182,153,70)
#A2893F
(162,137,63)
#8E7938
(142,121,56)
#7A6931
(122,105,49)
#66592A
(102,89,42)
#524923
(82,73,35)
#3E391C
(62,57,28)
#2A2915
(42,41,21)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #DEB954

#DEB954
(222,185,84)
#E1BF63
(225,191,99)
#E4C572
(228,197,114)
#E7CB81
(231,203,129)
#EAD190
(234,209,144)
#EDD79F
(237,215,159)
#F0DDAE
(240,221,174)
#F3E3BD
(243,227,189)
#F6E9CC
(246,233,204)
#F9EFDB
(249,239,219)
#FCF5EA
(252,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB954 color. Also use rgb(222,185,84) instead hex code.

Text Font Color

.myTextColor { color: #DEB954; }

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

This text font color is #DEB954.

Background Color

.myBgColor { background-color: #DEB954; }

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

This div background color is #DEB954.

Border color

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

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

This div border color is #DEB954.

Opacity

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

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

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

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

This text has shadow with #DEB954 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB954.

Preview

Color preview on black background

This text has color #DEB954 on black background.


Color preview on white background

This text has color #DEB954 on white background.


Black color preview on #DEB954 background

This text has black color on #DEB954 background.


White color preview on #DEB954 background

This text has white color on #DEB954 background.


Related colors

Complementary color

Complementary color for #hex is #2146AB.


I love getcolorcode.com

Triadic colors

1 #54DEB9 and #B954DE with #DEB954 are triadic colors.

2 #54B9DE and #B9DE54 with #DEB954 are triadic colors.