COLOR #DEBC38

HEX: #DEBC38
RGB: (222,188,56)

Color info

#DEBC38 contains mainly red and green colors. Web safe color of #DEBC38 is #CCCC33 (or #CC3).

RGB color model

#DEBC38 color RGB value is (222,188,56).

  • red value is 222;
  • green value is 188;
  • blue value is 56.
RGB:
(222,188,56)
(87%,74%,22%)

RGB channels and saturation

R 222 of 255 = 87%
G 188 of 255 = 74%
B 56 of 255 = 22%

222
188
56

R + G + B ~ 61%. #DEBC38 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 188 + 56 = 466 (100%)
R 222 of 466 ~ 47.64%
G 188 of 466 ~ 40.34%
B 56 of 466 ~ 12.02%

%47.64
%40.34
%12.02

CMYK color model

#DEBC38 color CMYK value is (0,15,75,13).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 74.77%
  • key color value is 12.94%
CMYK:
(0,15,75,13)
C0M15Y75K13 
(0%,15%,75%,13%)
(0.00/0.15/0.75/0.13)	

CMYK percentages

%0
%15.32
%74.77
%12.94

Codes

Color #DEBC38 in popluar color models

DEBC38
RGB22218856
HSL48°71.55%54.51%
HSB/HSV48°74.77%87.06%
CMYK0.00%15.32%74.77%
12.94%

Color #DEBC38 in popluar number systems.

HEXDEBC38
Decimal22218856
Binary1101111010111100111000
Octal33627470

Shades and tints

Shades of #DEBC38

#DEBC38
(222,188,56)
#CAAB33
(202,171,51)
#B69A2E
(182,154,46)
#A28929
(162,137,41)
#8E7824
(142,120,36)
#7A671F
(122,103,31)
#66561A
(102,86,26)
#524515
(82,69,21)
#3E3410
(62,52,16)
#2A230B
(42,35,11)
#161206
(22,18,6)
#000000
(0,0,0)

Tints of #DEBC38

#DEBC38
(222,188,56)
#E1C24A
(225,194,74)
#E4C85C
(228,200,92)
#E7CE6E
(231,206,110)
#EAD480
(234,212,128)
#EDDA92
(237,218,146)
#F0E0A4
(240,224,164)
#F3E6B6
(243,230,182)
#F6ECC8
(246,236,200)
#F9F2DA
(249,242,218)
#FCF8EC
(252,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBC38 color. Also use rgb(222,188,56) instead hex code.

Text Font Color

.myTextColor { color: #DEBC38; }

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

This text font color is #DEBC38.


Background Color

.myBgColor { background-color: #DEBC38; }

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

This div background color is #DEBC38.


Border color

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

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

This div border color is #DEBC38.


Opacity

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

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

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

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

This text has shadow with #DEBC38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBC38 on black background.


Color preview on white background

This text has color #DEBC38 on white background.



Black color preview on #DEBC38 background

This text has black color on #DEBC38 background.


White color preview on #DEBC38 background

This text has white color on #DEBC38 background.