Color Hex Logo

#ded561 Color Hex

#DED561
(222,213,97)
0 Favorites   0 Comments

Color spaces of #ded561

RGB 22221397
HSL0.150.650.63
HSV56°56°87°
CMYK 0.000.040.56   0.13
XYZ56.076163.981220.7033
Yxy63.98120.39840.4545
Hunter Lab79.9882-14.841340.6458
CIE-Lab83.9560-11.488557.3312

#ded561 color RGB value is (222,213,97).

#ded561 hex color red value is 222, green value is 213 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ded561 hue: 0.15 , saturation: 0.65 and the lightness value of ded561 is 0.63.

The process color (four color CMYK) of #ded561 color hex is 0.00, 0.04, 0.56, 0.13. Web safe color of #ded561 is #cccc66. Color #ded561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 01100001
Octal 336 325 141
Decimal 222 213 97
Hex DE D5 61

RGB Percentages of Color #ded561

%41.73
%40.04
%18.23

CMYK Percentages of Color #ded561

%0
%4
%56
%13

Triadic Colors of #ded561

#ded561 #61ded5 #d561de

Analogous Colors of #ded561

#ded561 #a9de61 #de9761

Monochromatic Colors of #ded561

#ded561

Complementary Color

#ded561 #616ade

#ded561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded561 Color CSS Codes

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

#ded561 Text Font Color

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

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


#ded561 Background Color

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

This div background color is #ded561


#ded561 Border Color

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

This div border color is #ded561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded561


Comments

No comments written yet.

Please login to write comment.