Color Hex Logo

#debd0f Color Hex

#DEBD0F
(222,189,15)
0 Favorites   0 Comments

Color spaces of #debd0f

RGB 22218915
HSL0.140.870.46
HSV50°93°87°
CMYK 0.000.150.93   0.13
XYZ48.408051.95937.9297
Yxy51.95930.44700.4798
Hunter Lab72.0828-6.271343.9356
CIE-Lab77.2565-2.670577.2661

#debd0f color RGB value is (222,189,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 00001111
Octal 336 275 17
Decimal 222 189 15
Hex DE BD F

RGB Percentages of Color #debd0f

%52.11
%44.37
%3.52

CMYK Percentages of Color #debd0f

%0
%15
%93
%13

Triadic Colors of #debd0f

#debd0f #0fdebd #bd0fde

Analogous Colors of #debd0f

#debd0f #98de0f #de560f

Monochromatic Colors of #debd0f

#debd0f

Complementary Color

#debd0f #0f30de

#debd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd0f Color CSS Codes

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

#debd0f Text Font Color

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

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


#debd0f Background Color

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

This div background color is #debd0f


#debd0f Border Color

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

This div border color is #debd0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd0f


Comments

No comments written yet.

Please login to write comment.