color codes Logo

#dedb51 color codes

#DEDB51
(222,219,81)
0 Favorites   0 Comments

Color spaces of #dedb51

RGB 22221981
HSL0.160.680.59
HSV59°64°87°
CMYK 0.000.010.64   0.13
XYZ56.940966.786717.6746
Yxy66.78670.40270.4723
Hunter Lab81.7231-18.644944.3833
CIE-Lab85.3961-15.551265.7204

#dedb51 color RGB value is (222,219,81).

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

The process color (four color CMYK) of #dedb51 color code is 0.00, 0.01, 0.64, 0.13. Web safe color of #dedb51 is #cccc66. Color #dedb51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01010001
Octal 336 333 121
Decimal 222 219 81
Hex DE DB 51

RGB Percentages of Color #dedb51

%42.53
%41.95
%15.52

CMYK Percentages of Color #dedb51

%0
%1
%64
%13

Triadic Colors of #dedb51

#dedb51 #51dedb #db51de

Analogous Colors of #dedb51

#dedb51 #9bde51 #de9551

Monochromatic Colors of #dedb51

#dedb51

Complementary Color

#dedb51 #5154de

#dedb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb51 Color CSS Codes

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

#dedb51 Text Font Color

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

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


#dedb51 Background Color

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

This div background color is #dedb51


#dedb51 Border Color

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

This div border color is #dedb51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb51


Comments

No comments written yet.

Please login to write comment.