Color Hex Logo

#ddc94f Color Hex

#DDC94F
(221,201,79)
0 Favorites   0 Comments

Color spaces of #ddc94f

RGB 22120179
HSL0.140.680.59
HSV52°64°87°
CMYK 0.000.090.64   0.13
XYZ52.116757.710015.7894
Yxy57.71000.41490.4594
Hunter Lab75.9671-10.483740.8538
CIE-Lab80.5773-7.036961.4378

#ddc94f color RGB value is (221,201,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 01001111
Octal 335 311 117
Decimal 221 201 79
Hex DD C9 4F

RGB Percentages of Color #ddc94f

%44.11
%40.12
%15.77

CMYK Percentages of Color #ddc94f

%0
%9
%64
%13

Triadic Colors of #ddc94f

#ddc94f #4fddc9 #c94fdd

Analogous Colors of #ddc94f

#ddc94f #aadd4f #dd824f

Monochromatic Colors of #ddc94f

#ddc94f

Complementary Color

#ddc94f #4f63dd

#ddc94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc94f Color CSS Codes

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

#ddc94f Text Font Color

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

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


#ddc94f Background Color

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

This div background color is #ddc94f


#ddc94f Border Color

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

This div border color is #ddc94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc94f


Comments

No comments written yet.

Please login to write comment.