Color Hex Logo

#ddd860 Color Hex

#DDD860
(221,216,96)
0 Favorites   0 Comments

Color spaces of #ddd860

RGB 22121696
HSL0.160.650.62
HSV58°57°87°
CMYK 0.000.020.57   0.13
XYZ56.486065.328420.6988
Yxy65.32840.39640.4584
Hunter Lab80.8260-16.699141.3946
CIE-Lab84.6527-13.472258.5407

#ddd860 color RGB value is (221,216,96).

#ddd860 hex color red value is 221, green value is 216 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ddd860 hue: 0.16 , saturation: 0.65 and the lightness value of ddd860 is 0.62.

The process color (four color CMYK) of #ddd860 color hex is 0.00, 0.02, 0.57, 0.13. Web safe color of #ddd860 is #cccc66. Color #ddd860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01100000
Octal 335 330 140
Decimal 221 216 96
Hex DD D8 60

RGB Percentages of Color #ddd860

%41.46
%40.53
%18.01

CMYK Percentages of Color #ddd860

%0
%2
%57
%13

Triadic Colors of #ddd860

#ddd860 #60ddd8 #d860dd

Analogous Colors of #ddd860

#ddd860 #a4dd60 #dd9a60

Monochromatic Colors of #ddd860

#ddd860

Complementary Color

#ddd860 #6065dd

#ddd860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd860 Color CSS Codes

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

#ddd860 Text Font Color

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

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


#ddd860 Background Color

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

This div background color is #ddd860


#ddd860 Border Color

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

This div border color is #ddd860


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,216,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddd860; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddd860;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd860;
  box-shadow:         1px 1px 3px 2px #ddd860; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,216,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd860


Comments

No comments written yet.

Please login to write comment.