Color Hex Logo

#deb61b Color Hex

#DEB61B
(222,182,27)
0 Favorites   0 Comments

Color spaces of #deb61b

RGB 22218227
HSL0.130.780.49
HSV48°88°87°
CMYK 0.000.180.88   0.13
XYZ47.050049.06468.0275
Yxy49.06460.45180.4711
Hunter Lab70.0461-2.682242.2375
CIE-Lab75.49151.167973.8810

#deb61b color RGB value is (222,182,27).

#deb61b hex color red value is 222, green value is 182 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #deb61b hue: 0.13 , saturation: 0.78 and the lightness value of deb61b is 0.49.

The process color (four color CMYK) of #deb61b color hex is 0.00, 0.18, 0.88, 0.13. Web safe color of #deb61b is #cccc33. Color #deb61b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 00011011
Octal 336 266 33
Decimal 222 182 27
Hex DE B6 1B

RGB Percentages of Color #deb61b

%51.51
%42.23
%6.26

CMYK Percentages of Color #deb61b

%0
%18
%88
%13

Triadic Colors of #deb61b

#deb61b #1bdeb6 #b61bde

Analogous Colors of #deb61b

#deb61b #a5de1b #de551b

Monochromatic Colors of #deb61b

#deb61b

Complementary Color

#deb61b #1b43de

#deb61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb61b Color CSS Codes

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

#deb61b Text Font Color

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

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


#deb61b Background Color

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

This div background color is #deb61b


#deb61b Border Color

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

This div border color is #deb61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb61b


Comments

No comments written yet.

Please login to write comment.