Color Hex Logo

#ddd85b Color Hex

#DDD85B
(221,216,91)
0 Favorites   0 Comments

Color spaces of #ddd85b

RGB 22121691
HSL0.160.660.61
HSV58°59°87°
CMYK 0.000.020.59   0.13
XYZ56.263065.239219.5246
Yxy65.23920.39900.4626
Hunter Lab80.7708-17.010042.2075
CIE-Lab84.6068-13.828560.6787

#ddd85b color RGB value is (221,216,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01011011
Octal 335 330 133
Decimal 221 216 91
Hex DD D8 5B

RGB Percentages of Color #ddd85b

%41.86
%40.91
%17.23

CMYK Percentages of Color #ddd85b

%0
%2
%59
%13

Triadic Colors of #ddd85b

#ddd85b #5bddd8 #d85bdd

Analogous Colors of #ddd85b

#ddd85b #a1dd5b #dd975b

Monochromatic Colors of #ddd85b

#ddd85b

Complementary Color

#ddd85b #5b60dd

#ddd85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd85b Color CSS Codes

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

#ddd85b Text Font Color

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

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


#ddd85b Background Color

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

This div background color is #ddd85b


#ddd85b Border Color

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

This div border color is #ddd85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd85b


Comments

No comments written yet.

Please login to write comment.