Color Hex Logo

#ddd05a Color Hex

#DDD05A
(221,208,90)
0 Favorites   0 Comments

Color spaces of #ddd05a

RGB 22120890
HSL0.150.660.61
HSV54°59°87°
CMYK 0.000.060.59   0.13
XYZ54.220161.222118.6322
Yxy61.22210.40440.4566
Hunter Lab78.2446-13.235240.6526
CIE-Lab82.4980-9.882758.7879

#ddd05a color RGB value is (221,208,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 01011010
Octal 335 320 132
Decimal 221 208 90
Hex DD D0 5A

RGB Percentages of Color #ddd05a

%42.58
%40.08
%17.34

CMYK Percentages of Color #ddd05a

%0
%6
%59
%13

Triadic Colors of #ddd05a

#ddd05a #5addd0 #d05add

Analogous Colors of #ddd05a

#ddd05a #a9dd5a #dd8f5a

Monochromatic Colors of #ddd05a

#ddd05a

Complementary Color

#ddd05a #5a67dd

#ddd05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd05a Color CSS Codes

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

#ddd05a Text Font Color

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

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


#ddd05a Background Color

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

This div background color is #ddd05a


#ddd05a Border Color

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

This div border color is #ddd05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd05a


Comments

No comments written yet.

Please login to write comment.