Color Hex Logo

#ddd85a Color Hex

#DDD85A
(221,216,90)
0 Favorites   0 Comments

Color spaces of #ddd85a

RGB 22121690
HSL0.160.660.61
HSV58°59°87°
CMYK 0.000.020.59   0.13
XYZ56.220165.222119.2989
Yxy65.22210.39950.4634
Hunter Lab80.7602-17.070042.3639
CIE-Lab84.5981-13.897461.0998

#ddd85a color RGB value is (221,216,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01011010
Octal 335 330 132
Decimal 221 216 90
Hex DD D8 5A

RGB Percentages of Color #ddd85a

%41.94
%40.99
%17.08

CMYK Percentages of Color #ddd85a

%0
%2
%59
%13

Triadic Colors of #ddd85a

#ddd85a #5addd8 #d85add

Analogous Colors of #ddd85a

#ddd85a #a1dd5a #dd975a

Monochromatic Colors of #ddd85a

#ddd85a

Complementary Color

#ddd85a #5a5fdd

#ddd85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd85a Color CSS Codes

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

#ddd85a Text Font Color

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

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


#ddd85a Background Color

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

This div background color is #ddd85a


#ddd85a Border Color

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

This div border color is #ddd85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd85a


Comments

No comments written yet.

Please login to write comment.