Color Hex Logo

#ddd95a Color Hex

#DDD95A
(221,217,90)
0 Favorites   0 Comments

Color spaces of #ddd95a

RGB 22121790
HSL0.160.660.61
HSV58°59°87°
CMYK 0.000.020.59   0.13
XYZ56.477165.736019.3845
Yxy65.73600.39890.4642
Hunter Lab81.0777-17.546642.5790
CIE-Lab84.8616-14.394761.3883

#ddd95a color RGB value is (221,217,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 01011010
Octal 335 331 132
Decimal 221 217 90
Hex DD D9 5A

RGB Percentages of Color #ddd95a

%41.86
%41.10
%17.05

CMYK Percentages of Color #ddd95a

%0
%2
%59
%13

Triadic Colors of #ddd95a

#ddd95a #5addd9 #d95add

Analogous Colors of #ddd95a

#ddd95a #a0dd5a #dd985a

Monochromatic Colors of #ddd95a

#ddd95a

Complementary Color

#ddd95a #5a5edd

#ddd95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd95a Color CSS Codes

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

#ddd95a Text Font Color

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

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


#ddd95a Background Color

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

This div background color is #ddd95a


#ddd95a Border Color

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

This div border color is #ddd95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd95a


Comments

No comments written yet.

Please login to write comment.