COLOR #DEBA6D

HEX: #DEBA6D RGB: (222,186,109)

Color info

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

RGB color model

#DEBA6D color RGB value is (222,186,109).

RGB: (222,186,109) (87%, 73%, 43%)

RGB channels and saturation

R 222 of 255 = 87%
G 186 of 255 = 73%
B 109 of 255 = 43%

222
186
109

R + G + B ~ 68%. #DEBA6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 186 + 109 = 517 (100%)
R 222 of 517 ~ 42.94%
G 186 of 517 ~ 35.98%
B 109 of 517 ~ 21.08'%

%42.94
%35.98
%21.08

CMYK color model

#DEBA6D color CMYK value is (0,16,51,13).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 50.90%
  • key color value is 12.94%

CMYK: (0,16,51,13)
C0M16Y51K13 (0%, 16%, 51%, 13%)
(0.00 / 0.16 / 0.51 / 0.13)

CMYK percentages

%0
%16.22
%50.9
%12.94

Codes

Color #DEBA6D in popluar color models

DE BA 6D
RGB 222 186 109
HSL 41° 63.13% 64.90%
HSB/HSV 41° 50.90% 87.06%
CMYK 0.00% 16.22% 50.90%
12.94%

Color #DEBA6D in popluar number systems.

HEX DE BA 6D
Decimal 222 186 109
Binary 11011110 10111010 1101101
Octal 336 272 155

Shades and tints

Shades of #DEBA6D

#DEBA6D
(222,186,109)
#CAAA64
(202,170,100)
#B69A5B
(182,154,91)
#A28A52
(162,138,82)
#8E7A49
(142,122,73)
#7A6A40
(122,106,64)
#665A37
(102,90,55)
#524A2E
(82,74,46)
#3E3A25
(62,58,37)
#2A2A1C
(42,42,28)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #DEBA6D

#DEBA6D
(222,186,109)
#E1C07A
(225,192,122)
#E4C687
(228,198,135)
#E7CC94
(231,204,148)
#EAD2A1
(234,210,161)
#EDD8AE
(237,216,174)
#F0DEBB
(240,222,187)
#F3E4C8
(243,228,200)
#F6EAD5
(246,234,213)
#F9F0E2
(249,240,226)
#FCF6EF
(252,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBA6D color. Also use rgb(222,186,109) instead hex code.

Text Font Color

.myTextColor { color: #DEBA6D; }

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

This text font color is #DEBA6D.

Background Color

.myBgColor { background-color: #DEBA6D; }

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

This div background color is #DEBA6D.

Border color

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

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

This div border color is #DEBA6D.

Opacity

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

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

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

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

This text has shadow with #DEBA6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBA6D.

Preview

Color preview on black background

This text has color #DEBA6D on black background.


Color preview on white background

This text has color #DEBA6D on white background.


Black color preview on #DEBA6D background

This text has black color on #DEBA6D background.


White color preview on #DEBA6D background

This text has white color on #DEBA6D background.


Related colors

Complementary color

Complementary color for #hex is #214592.


I love getcolorcode.com

Triadic colors

1 #6DDEBA and #BA6DDE with #DEBA6D are triadic colors.

2 #6DBADE and #BADE6D with #DEBA6D are triadic colors.