Color Hex Logo

#ddc95a Color Hex

#DDC95A
(221,201,90)
0 Favorites   0 Comments

Color spaces of #ddc95a

RGB 22120190
HSL0.140.660.61
HSV51°59°87°
CMYK 0.000.090.59   0.13
XYZ52.550957.883618.0758
Yxy57.88360.40890.4504
Hunter Lab76.0813-9.848639.1705
CIE-Lab80.6740-6.320656.7596

#ddc95a color RGB value is (221,201,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 01011010
Octal 335 311 132
Decimal 221 201 90
Hex DD C9 5A

RGB Percentages of Color #ddc95a

%43.16
%39.26
%17.58

CMYK Percentages of Color #ddc95a

%0
%9
%59
%13

Triadic Colors of #ddc95a

#ddc95a #5addc9 #c95add

Analogous Colors of #ddc95a

#ddc95a #b0dd5a #dd885a

Monochromatic Colors of #ddc95a

#ddc95a

Complementary Color

#ddc95a #5a6edd

#ddc95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc95a Color CSS Codes

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

#ddc95a Text Font Color

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

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


#ddc95a Background Color

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

This div background color is #ddc95a


#ddc95a Border Color

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

This div border color is #ddc95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc95a


Comments

No comments written yet.

Please login to write comment.