Color Hex Logo

#debd0a Color Hex

#DEBD0A
(222,189,10)
0 Favorites   0 Comments

Color spaces of #debd0a

RGB 22218910
HSL0.140.910.45
HSV51°95°87°
CMYK 0.000.150.95   0.13
XYZ48.376651.94677.7642
Yxy51.94670.44760.4806
Hunter Lab72.0741-6.319244.0648
CIE-Lab77.2490-2.724377.8382

#debd0a color RGB value is (222,189,10).

#debd0a hex color red value is 222, green value is 189 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #debd0a hue: 0.14 , saturation: 0.91 and the lightness value of debd0a is 0.45.

The process color (four color CMYK) of #debd0a color hex is 0.00, 0.15, 0.95, 0.13. Web safe color of #debd0a is #cccc00. Color #debd0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 00001010
Octal 336 275 12
Decimal 222 189 10
Hex DE BD A

RGB Percentages of Color #debd0a

%52.73
%44.89
%2.38

CMYK Percentages of Color #debd0a

%0
%15
%95
%13

Triadic Colors of #debd0a

#debd0a #0adebd #bd0ade

Analogous Colors of #debd0a

#debd0a #95de0a #de530a

Monochromatic Colors of #debd0a

#debd0a

Complementary Color

#debd0a #0a2bde

#debd0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd0a Color CSS Codes

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

#debd0a Text Font Color

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

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


#debd0a Background Color

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

This div background color is #debd0a


#debd0a Border Color

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

This div border color is #debd0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd0a


Comments

No comments written yet.

Please login to write comment.