Color Hex Logo

#deb12b Color Hex

#DEB12B
(222,177,43)
0 Favorites   0 Comments

Color spaces of #deb12b

RGB 22217743
HSL0.120.730.52
HSV45°81°87°
CMYK 0.000.200.81   0.13
XYZ46.282447.14838.9467
Yxy47.14830.45210.4605
Hunter Lab68.66460.152340.3400
CIE-Lab74.28454.207668.7140

#deb12b color RGB value is (222,177,43).

#deb12b hex color red value is 222, green value is 177 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #deb12b hue: 0.12 , saturation: 0.73 and the lightness value of deb12b is 0.52.

The process color (four color CMYK) of #deb12b color hex is 0.00, 0.20, 0.81, 0.13. Web safe color of #deb12b is #cc9933. Color #deb12b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 00101011
Octal 336 261 53
Decimal 222 177 43
Hex DE B1 2B

RGB Percentages of Color #deb12b

%50.23
%40.05
%9.73

CMYK Percentages of Color #deb12b

%0
%20
%81
%13

Triadic Colors of #deb12b

#deb12b #2bdeb1 #b12bde

Analogous Colors of #deb12b

#deb12b #b2de2b #de572b

Monochromatic Colors of #deb12b

#deb12b

Complementary Color

#deb12b #2b58de

#deb12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb12b Color CSS Codes

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

#deb12b Text Font Color

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

This sample text font color is #deb12b
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.


#deb12b Background Color

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

This div background color is #deb12b


#deb12b Border Color

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

This div border color is #deb12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb12b


Comments

No comments written yet.

Please login to write comment.