Color Hex Logo

#deb01d Color Hex

#DEB01D
(222,176,29)
0 Favorites   0 Comments

Color spaces of #deb01d

RGB 22217629
HSL0.130.770.49
HSV46°87°87°
CMYK 0.000.210.87   0.13
XYZ45.871346.66907.7527
Yxy46.66900.45740.4653
Hunter Lab68.31470.306741.0918
CIE-Lab73.97754.362772.2388

#deb01d color RGB value is (222,176,29).

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

The process color (four color CMYK) of #deb01d color hex is 0.00, 0.21, 0.87, 0.13. Web safe color of #deb01d is #cc9933. Color #deb01d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 00011101
Octal 336 260 35
Decimal 222 176 29
Hex DE B0 1D

RGB Percentages of Color #deb01d

%51.99
%41.22
%6.79

CMYK Percentages of Color #deb01d

%0
%21
%87
%13

Triadic Colors of #deb01d

#deb01d #1ddeb0 #b01dde

Analogous Colors of #deb01d

#deb01d #acde1d #de501d

Monochromatic Colors of #deb01d

#deb01d

Complementary Color

#deb01d #1d4bde

#deb01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb01d Color CSS Codes

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

#deb01d Text Font Color

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

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


#deb01d Background Color

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

This div background color is #deb01d


#deb01d Border Color

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

This div border color is #deb01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb01d


Comments

No comments written yet.

Please login to write comment.