Color Hex Logo

#deb90f Color Hex

#DEB90F
(222,185,15)
0 Favorites   0 Comments

Color spaces of #deb90f

RGB 22218515
HSL0.140.870.46
HSV49°93°87°
CMYK 0.000.170.93   0.13
XYZ47.559450.26207.6468
Yxy50.26200.45090.4766
Hunter Lab70.8957-4.323243.2320
CIE-Lab76.2298-0.592176.5012

#deb90f color RGB value is (222,185,15).

#deb90f hex color red value is 222, green value is 185 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #deb90f hue: 0.14 , saturation: 0.87 and the lightness value of deb90f is 0.46.

The process color (four color CMYK) of #deb90f color hex is 0.00, 0.17, 0.93, 0.13. Web safe color of #deb90f is #cccc00. Color #deb90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 00001111
Octal 336 271 17
Decimal 222 185 15
Hex DE B9 F

RGB Percentages of Color #deb90f

%52.61
%43.84
%3.55

CMYK Percentages of Color #deb90f

%0
%17
%93
%13

Triadic Colors of #deb90f

#deb90f #0fdeb9 #b90fde

Analogous Colors of #deb90f

#deb90f #9cde0f #de510f

Monochromatic Colors of #deb90f

#deb90f

Complementary Color

#deb90f #0f34de

#deb90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb90f Color CSS Codes

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

#deb90f Text Font Color

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

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


#deb90f Background Color

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

This div background color is #deb90f


#deb90f Border Color

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

This div border color is #deb90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb90f


Comments

No comments written yet.

Please login to write comment.