Color Hex Logo

#dda211 Color Hex

#DDA211
(221,162,17)
0 Favorites   0 Comments

Color spaces of #dda211

RGB 22116217
HSL0.120.860.47
HSV43°92°87°
CMYK 0.000.270.92   0.13
XYZ42.840341.25336.2351
Yxy41.25330.47430.4567
Hunter Lab64.22876.658539.2044
CIE-Lab70.353011.149871.7958

#dda211 color RGB value is (221,162,17).

#dda211 hex color red value is 221, green value is 162 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dda211 hue: 0.12 , saturation: 0.86 and the lightness value of dda211 is 0.47.

The process color (four color CMYK) of #dda211 color hex is 0.00, 0.27, 0.92, 0.13. Web safe color of #dda211 is #cc9900. Color #dda211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 00010001
Octal 335 242 21
Decimal 221 162 17
Hex DD A2 11

RGB Percentages of Color #dda211

%55.25
%40.50
%4.25

CMYK Percentages of Color #dda211

%0
%27
%92
%13

Triadic Colors of #dda211

#dda211 #11dda2 #a211dd

Analogous Colors of #dda211

#dda211 #b2dd11 #dd3c11

Monochromatic Colors of #dda211

#dda211

Complementary Color

#dda211 #114cdd

#dda211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda211 Color CSS Codes

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

#dda211 Text Font Color

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

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


#dda211 Background Color

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

This div background color is #dda211


#dda211 Border Color

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

This div border color is #dda211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda211


Comments

No comments written yet.

Please login to write comment.