Color Hex Logo

#dddd1f Color Hex

#DDDD1F
(221,221,31)
0 Favorites   0 Comments

Color spaces of #dddd1f

RGB 22122131
HSL0.170.750.49
HSV60°86°87°
CMYK 0.000.000.86   0.13
XYZ55.922667.184011.3167
Yxy67.18400.41600.4998
Hunter Lab81.9658-21.655649.1902
CIE-Lab85.5968-18.943981.1332

#dddd1f color RGB value is (221,221,31).

#dddd1f hex color red value is 221, green value is 221 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dddd1f hue: 0.17 , saturation: 0.75 and the lightness value of dddd1f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 00011111
Octal 335 335 37
Decimal 221 221 31
Hex DD DD 1F

RGB Percentages of Color #dddd1f

%46.72
%46.72
%6.55

CMYK Percentages of Color #dddd1f

%0
%0
%86
%13

Triadic Colors of #dddd1f

#dddd1f #1fdddd #dd1fdd

Analogous Colors of #dddd1f

#dddd1f #7edd1f #dd7e1f

Monochromatic Colors of #dddd1f

#dddd1f

Complementary Color

#dddd1f #1f1fdd

#dddd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddd1f Color CSS Codes

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

#dddd1f Text Font Color

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

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


#dddd1f Background Color

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

This div background color is #dddd1f


#dddd1f Border Color

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

This div border color is #dddd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddd1f


Comments

No comments written yet.

Please login to write comment.