Color Hex Logo

#ded565 Color Hex

#DED565
(222,213,101)
0 Favorites   0 Comments

Color spaces of #ded565

RGB 222213101
HSL0.150.650.63
HSV56°55°87°
CMYK 0.000.040.55   0.13
XYZ56.267464.057721.7107
Yxy64.05770.39610.4510
Hunter Lab80.0361-14.573039.9421
CIE-Lab83.9958-11.183855.5639

#ded565 color RGB value is (222,213,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 01100101
Octal 336 325 145
Decimal 222 213 101
Hex DE D5 65

RGB Percentages of Color #ded565

%41.42
%39.74
%18.84

CMYK Percentages of Color #ded565

%0
%4
%55
%13

Triadic Colors of #ded565

#ded565 #65ded5 #d565de

Analogous Colors of #ded565

#ded565 #abde65 #de9965

Monochromatic Colors of #ded565

#ded565

Complementary Color

#ded565 #656ede

#ded565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded565 Color CSS Codes

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

#ded565 Text Font Color

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

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


#ded565 Background Color

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

This div background color is #ded565


#ded565 Border Color

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

This div border color is #ded565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded565


Comments

No comments written yet.

Please login to write comment.