Color Hex Logo

#dda21f Color Hex

#DDA21F
(221,162,31)
0 Favorites   0 Comments

Color spaces of #dda21f

RGB 22116231
HSL0.110.750.49
HSV41°86°87°
CMYK 0.000.270.86   0.13
XYZ42.986441.31177.0047
Yxy41.31170.47080.4525
Hunter Lab64.27426.900538.5304
CIE-Lab70.393811.409568.8165

#dda21f color RGB value is (221,162,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 00011111
Octal 335 242 37
Decimal 221 162 31
Hex DD A2 1F

RGB Percentages of Color #dda21f

%53.38
%39.13
%7.49

CMYK Percentages of Color #dda21f

%0
%27
%86
%13

Triadic Colors of #dda21f

#dda21f #1fdda2 #a21fdd

Analogous Colors of #dda21f

#dda21f #b9dd1f #dd431f

Monochromatic Colors of #dda21f

#dda21f

Complementary Color

#dda21f #1f5add

#dda21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda21f Color CSS Codes

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

#dda21f Text Font Color

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

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


#dda21f Background Color

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

This div background color is #dda21f


#dda21f Border Color

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

This div border color is #dda21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda21f


Comments

No comments written yet.

Please login to write comment.