Color Hex Logo

#dedb5a Color Hex

#DEDB5A
(222,219,90)
0 Favorites   0 Comments

Color spaces of #dedb5a

RGB 22221990
HSL0.160.670.61
HSV59°59°87°
CMYK 0.000.010.59   0.13
XYZ57.301266.930819.5717
Yxy66.93080.39850.4654
Hunter Lab81.8112-18.147043.0839
CIE-Lab85.4690-14.978162.0745

#dedb5a color RGB value is (222,219,90).

#dedb5a hex color red value is 222, green value is 219 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dedb5a hue: 0.16 , saturation: 0.67 and the lightness value of dedb5a is 0.61.

The process color (four color CMYK) of #dedb5a color hex is 0.00, 0.01, 0.59, 0.13. Web safe color of #dedb5a is #cccc66. Color #dedb5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01011010
Octal 336 333 132
Decimal 222 219 90
Hex DE DB 5A

RGB Percentages of Color #dedb5a

%41.81
%41.24
%16.95

CMYK Percentages of Color #dedb5a

%0
%1
%59
%13

Triadic Colors of #dedb5a

#dedb5a #5adedb #db5ade

Analogous Colors of #dedb5a

#dedb5a #9fde5a #de995a

Monochromatic Colors of #dedb5a

#dedb5a

Complementary Color

#dedb5a #5a5dde

#dedb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb5a Color CSS Codes

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

#dedb5a Text Font Color

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

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


#dedb5a Background Color

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

This div background color is #dedb5a


#dedb5a Border Color

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

This div border color is #dedb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb5a


Comments

No comments written yet.

Please login to write comment.