Color Hex Logo

#ddd95b Color Hex

#DDD95B
(221,217,91)
0 Favorites   0 Comments

Color spaces of #ddd95b

RGB 22121791
HSL0.160.660.61
HSV58°59°87°
CMYK 0.000.020.59   0.13
XYZ56.520065.753219.6102
Yxy65.75320.39840.4634
Hunter Lab81.0883-17.487042.4233
CIE-Lab84.8704-14.326260.9685

#ddd95b color RGB value is (221,217,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 01011011
Octal 335 331 133
Decimal 221 217 91
Hex DD D9 5B

RGB Percentages of Color #ddd95b

%41.78
%41.02
%17.20

CMYK Percentages of Color #ddd95b

%0
%2
%59
%13

Triadic Colors of #ddd95b

#ddd95b #5bddd9 #d95bdd

Analogous Colors of #ddd95b

#ddd95b #a0dd5b #dd985b

Monochromatic Colors of #ddd95b

#ddd95b

Complementary Color

#ddd95b #5b5fdd

#ddd95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd95b Color CSS Codes

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

#ddd95b Text Font Color

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

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


#ddd95b Background Color

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

This div background color is #ddd95b


#ddd95b Border Color

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

This div border color is #ddd95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd95b


Comments

No comments written yet.

Please login to write comment.