Color Hex Logo

#ddd04f Color Hex

#DDD04F
(221,208,79)
0 Favorites   0 Comments

Color spaces of #ddd04f

RGB 22120879
HSL0.150.680.59
HSV55°64°87°
CMYK 0.000.060.64   0.13
XYZ53.786061.048416.3458
Yxy61.04840.41000.4654
Hunter Lab78.1335-13.856742.2898
CIE-Lab82.4048-10.590463.3686

#ddd04f color RGB value is (221,208,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 01001111
Octal 335 320 117
Decimal 221 208 79
Hex DD D0 4F

RGB Percentages of Color #ddd04f

%43.50
%40.94
%15.55

CMYK Percentages of Color #ddd04f

%0
%6
%64
%13

Triadic Colors of #ddd04f

#ddd04f #4fddd0 #d04fdd

Analogous Colors of #ddd04f

#ddd04f #a3dd4f #dd894f

Monochromatic Colors of #ddd04f

#ddd04f

Complementary Color

#ddd04f #4f5cdd

#ddd04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd04f Color CSS Codes

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

#ddd04f Text Font Color

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

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


#ddd04f Background Color

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

This div background color is #ddd04f


#ddd04f Border Color

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

This div border color is #ddd04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd04f

#ddd04f Color Palettes


Comments

No comments written yet.

Please login to write comment.