Color Hex Logo

#ddd52f Color Hex

#DDD52F
(221,213,47)
0 Favorites   0 Comments

Color spaces of #ddd52f

RGB 22121347
HSL0.160.720.53
HSV57°79°87°
CMYK 0.000.040.79   0.13
XYZ54.126163.165912.0288
Yxy63.16590.41850.4884
Hunter Lab79.4770-17.521146.6604
CIE-Lab83.5296-14.569075.6367

#ddd52f color RGB value is (221,213,47).

#ddd52f hex color red value is 221, green value is 213 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ddd52f hue: 0.16 , saturation: 0.72 and the lightness value of ddd52f is 0.53.

The process color (four color CMYK) of #ddd52f color hex is 0.00, 0.04, 0.79, 0.13. Web safe color of #ddd52f is #cccc33. Color #ddd52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 00101111
Octal 335 325 57
Decimal 221 213 47
Hex DD D5 2F

RGB Percentages of Color #ddd52f

%45.95
%44.28
%9.77

CMYK Percentages of Color #ddd52f

%0
%4
%79
%13

Triadic Colors of #ddd52f

#ddd52f #2fddd5 #d52fdd

Analogous Colors of #ddd52f

#ddd52f #8edd2f #dd7e2f

Monochromatic Colors of #ddd52f

#ddd52f

Complementary Color

#ddd52f #2f37dd

#ddd52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd52f Color CSS Codes

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

#ddd52f Text Font Color

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

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


#ddd52f Background Color

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

This div background color is #ddd52f


#ddd52f Border Color

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

This div border color is #ddd52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd52f


Comments

No comments written yet.

Please login to write comment.