Color Hex Logo

#debd39 Color Hex

#DEBD39
(222,189,57)
0 Favorites   0 Comments

Color spaces of #debd39

RGB 22218957
HSL0.130.710.55
HSV48°74°87°
CMYK 0.000.150.74   0.13
XYZ49.060352.220211.3646
Yxy52.22020.43550.4636
Hunter Lab72.2635-5.276141.2602
CIE-Lab77.4123-1.556666.8896

#debd39 color RGB value is (222,189,57).

#debd39 hex color red value is 222, green value is 189 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #debd39 hue: 0.13 , saturation: 0.71 and the lightness value of debd39 is 0.55.

The process color (four color CMYK) of #debd39 color hex is 0.00, 0.15, 0.74, 0.13. Web safe color of #debd39 is #cccc33. Color #debd39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 00111001
Octal 336 275 71
Decimal 222 189 57
Hex DE BD 39

RGB Percentages of Color #debd39

%47.44
%40.38
%12.18

CMYK Percentages of Color #debd39

%0
%15
%74
%13

Triadic Colors of #debd39

#debd39 #39debd #bd39de

Analogous Colors of #debd39

#debd39 #adde39 #de6b39

Monochromatic Colors of #debd39

#debd39

Complementary Color

#debd39 #395ade

#debd39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd39 Color CSS Codes

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

#debd39 Text Font Color

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

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


#debd39 Background Color

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

This div background color is #debd39


#debd39 Border Color

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

This div border color is #debd39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd39


Comments

No comments written yet.

Please login to write comment.