Color Hex Logo

#deb61d Color Hex

#DEB61D
(222,182,29)
0 Favorites   0 Comments

Color spaces of #deb61d

RGB 22218229
HSL0.130.770.49
HSV48°87°87°
CMYK 0.000.180.87   0.13
XYZ47.073949.07428.1536
Yxy49.07420.45130.4705
Hunter Lab70.0530-2.645142.1362
CIE-Lab75.49751.209273.4545

#deb61d color RGB value is (222,182,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 00011101
Octal 336 266 35
Decimal 222 182 29
Hex DE B6 1D

RGB Percentages of Color #deb61d

%51.27
%42.03
%6.70

CMYK Percentages of Color #deb61d

%0
%18
%87
%13

Triadic Colors of #deb61d

#deb61d #1ddeb6 #b61dde

Analogous Colors of #deb61d

#deb61d #a6de1d #de551d

Monochromatic Colors of #deb61d

#deb61d

Complementary Color

#deb61d #1d45de

#deb61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb61d Color CSS Codes

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

#deb61d Text Font Color

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

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


#deb61d Background Color

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

This div background color is #deb61d


#deb61d Border Color

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

This div border color is #deb61d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,182,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 #deb61d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb61d


Comments

No comments written yet.

Please login to write comment.