Color Hex Logo

#ddd85c Color Hex

#DDD85C
(221,216,92)
0 Favorites   0 Comments

Color spaces of #ddd85c

RGB 22121692
HSL0.160.650.61
HSV58°58°87°
CMYK 0.000.020.58   0.13
XYZ56.306465.256619.7533
Yxy65.25660.39840.4618
Hunter Lab80.7816-16.949642.0491
CIE-Lab84.6158-13.759260.2555

#ddd85c color RGB value is (221,216,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01011100
Octal 335 330 134
Decimal 221 216 92
Hex DD D8 5C

RGB Percentages of Color #ddd85c

%41.78
%40.83
%17.39

CMYK Percentages of Color #ddd85c

%0
%2
%58
%13

Triadic Colors of #ddd85c

#ddd85c #5cddd8 #d85cdd

Analogous Colors of #ddd85c

#ddd85c #a2dd5c #dd985c

Monochromatic Colors of #ddd85c

#ddd85c

Complementary Color

#ddd85c #5c61dd

#ddd85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd85c Color CSS Codes

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

#ddd85c Text Font Color

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

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


#ddd85c Background Color

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

This div background color is #ddd85c


#ddd85c Border Color

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

This div border color is #ddd85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd85c


Comments

No comments written yet.

Please login to write comment.