Color Hex Logo

#ddd21f Color Hex

#DDD21F
(221,210,31)
0 Favorites   0 Comments

Color spaces of #ddd21f

RGB 22121031
HSL0.160.750.49
HSV57°86°87°
CMYK 0.000.050.86   0.13
XYZ53.112761.564310.3801
Yxy61.56430.42470.4923
Hunter Lab78.4629-16.480847.0804
CIE-Lab82.6812-13.514878.7755

#ddd21f color RGB value is (221,210,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 00011111
Octal 335 322 37
Decimal 221 210 31
Hex DD D2 1F

RGB Percentages of Color #ddd21f

%47.84
%45.45
%6.71

CMYK Percentages of Color #ddd21f

%0
%5
%86
%13

Triadic Colors of #ddd21f

#ddd21f #1fddd2 #d21fdd

Analogous Colors of #ddd21f

#ddd21f #89dd1f #dd731f

Monochromatic Colors of #ddd21f

#ddd21f

Complementary Color

#ddd21f #1f2add

#ddd21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd21f Color CSS Codes

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

#ddd21f Text Font Color

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

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


#ddd21f Background Color

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

This div background color is #ddd21f


#ddd21f Border Color

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

This div border color is #ddd21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd21f


Comments

No comments written yet.

Please login to write comment.