Color Hex Logo

#dddc5a Color Hex

#DDDC5A
(221,220,90)
0 Favorites   0 Comments

Color spaces of #dddc5a

RGB 22122090
HSL0.170.660.61
HSV60°59°87°
CMYK 0.000.000.59   0.13
XYZ57.257567.296719.6446
Yxy67.29670.39710.4667
Hunter Lab82.0346-18.973243.2262
CIE-Lab85.6536-15.881162.2528

#dddc5a color RGB value is (221,220,90).

#dddc5a hex color red value is 221, green value is 220 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dddc5a hue: 0.17 , saturation: 0.66 and the lightness value of dddc5a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 01011010
Octal 335 334 132
Decimal 221 220 90
Hex DD DC 5A

RGB Percentages of Color #dddc5a

%41.62
%41.43
%16.95

CMYK Percentages of Color #dddc5a

%0
%0
%59
%13

Triadic Colors of #dddc5a

#dddc5a #5adddc #dc5add

Analogous Colors of #dddc5a

#dddc5a #9ddd5a #dd9b5a

Monochromatic Colors of #dddc5a

#dddc5a

Complementary Color

#dddc5a #5a5bdd

#dddc5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc5a Color CSS Codes

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

#dddc5a Text Font Color

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

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


#dddc5a Background Color

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

This div background color is #dddc5a


#dddc5a Border Color

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

This div border color is #dddc5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc5a


Comments

No comments written yet.

Please login to write comment.