Color Hex Logo

#ddd060 Color Hex

#DDD060
(221,208,96)
0 Favorites   0 Comments

Color spaces of #ddd060

RGB 22120896
HSL0.150.650.62
HSV54°57°87°
CMYK 0.000.060.57   0.13
XYZ54.486061.328420.0322
Yxy61.32840.40110.4515
Hunter Lab78.3125-12.855239.6524
CIE-Lab82.5550-9.451556.1720

#ddd060 color RGB value is (221,208,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 01100000
Octal 335 320 140
Decimal 221 208 96
Hex DD D0 60

RGB Percentages of Color #ddd060

%42.10
%39.62
%18.29

CMYK Percentages of Color #ddd060

%0
%6
%57
%13

Triadic Colors of #ddd060

#ddd060 #60ddd0 #d060dd

Analogous Colors of #ddd060

#ddd060 #acdd60 #dd9260

Monochromatic Colors of #ddd060

#ddd060

Complementary Color

#ddd060 #606ddd

#ddd060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd060 Color CSS Codes

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

#ddd060 Text Font Color

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

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


#ddd060 Background Color

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

This div background color is #ddd060


#ddd060 Border Color

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

This div border color is #ddd060


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,208,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 #ddd060">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd060


Comments

No comments written yet.

Please login to write comment.