Color Hex Logo

#dedb5b Color Hex

#DEDB5B
(222,219,91)
0 Favorites   0 Comments

Color spaces of #dedb5b

RGB 22221991
HSL0.160.660.61
HSV59°59°87°
CMYK 0.000.010.59   0.13
XYZ57.344066.948019.7974
Yxy66.94800.39800.4646
Hunter Lab81.8218-18.088042.9296
CIE-Lab85.4777-14.910561.6573

#dedb5b color RGB value is (222,219,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01011011
Octal 336 333 133
Decimal 222 219 91
Hex DE DB 5B

RGB Percentages of Color #dedb5b

%41.73
%41.17
%17.11

CMYK Percentages of Color #dedb5b

%0
%1
%59
%13

Triadic Colors of #dedb5b

#dedb5b #5bdedb #db5bde

Analogous Colors of #dedb5b

#dedb5b #a0de5b #de9a5b

Monochromatic Colors of #dedb5b

#dedb5b

Complementary Color

#dedb5b #5b5ede

#dedb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb5b Color CSS Codes

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

#dedb5b Text Font Color

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

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


#dedb5b Background Color

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

This div background color is #dedb5b


#dedb5b Border Color

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

This div border color is #dedb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb5b


Comments

No comments written yet.

Please login to write comment.