Color Hex Logo

#deb336 Color Hex

#DEB336
(222,179,54)
0 Favorites   0 Comments

Color spaces of #deb336

RGB 22217954
HSL0.120.720.54
HSV45°76°87°
CMYK 0.000.190.76   0.13
XYZ46.910248.036110.2895
Yxy48.03610.44580.4565
Hunter Lab69.3081-0.473939.7134
CIE-Lab74.84773.550865.5361

#deb336 color RGB value is (222,179,54).

#deb336 hex color red value is 222, green value is 179 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #deb336 hue: 0.12 , saturation: 0.72 and the lightness value of deb336 is 0.54.

The process color (four color CMYK) of #deb336 color hex is 0.00, 0.19, 0.76, 0.13. Web safe color of #deb336 is #cccc33. Color #deb336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 00110110
Octal 336 263 66
Decimal 222 179 54
Hex DE B3 36

RGB Percentages of Color #deb336

%48.79
%39.34
%11.87

CMYK Percentages of Color #deb336

%0
%19
%76
%13

Triadic Colors of #deb336

#deb336 #36deb3 #b336de

Analogous Colors of #deb336

#deb336 #b5de36 #de5f36

Monochromatic Colors of #deb336

#deb336

Complementary Color

#deb336 #3661de

#deb336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb336 Color CSS Codes

.mybgcolor {background-color:#deb336; } 
.myforecolor {color:#deb336; }
.mybordercolor {border:3px solid #deb336; }

#deb336 Text Font Color

<p style="color:#deb336">Text here</p>

This sample text font color is #deb336
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#deb336 Background Color

<div style="background-color:#deb336">
Div content here</div>

This div background color is #deb336


#deb336 Border Color

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

This div border color is #deb336


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,179,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deb336; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deb336;
  -webkit-box-shadow: 1px 1px 3px 2px #deb336;
  box-shadow:         1px 1px 3px 2px #deb336; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,179,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #deb336">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #deb336;
  -webkit-box-shadow: 1px 1px 3px 2px #deb336;
  box-shadow:         1px 1px 3px 2px #deb336;">
Div content here</div>

This div box has shadow with color #deb336


Comments

No comments written yet.

Please login to write comment.