Color Hex Logo

#dda811 Color Hex

#DDA811
(221,168,17)
0 Favorites   0 Comments

Color spaces of #dda811

RGB 22116817
HSL0.120.860.47
HSV44°92°87°
CMYK 0.000.240.92   0.13
XYZ43.922643.41796.5958
Yxy43.41790.46760.4622
Hunter Lab65.89233.673440.1897
CIE-Lab71.83777.951972.8968

#dda811 color RGB value is (221,168,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 00010001
Octal 335 250 21
Decimal 221 168 17
Hex DD A8 11

RGB Percentages of Color #dda811

%54.43
%41.38
%4.19

CMYK Percentages of Color #dda811

%0
%24
%92
%13

Triadic Colors of #dda811

#dda811 #11dda8 #a811dd

Analogous Colors of #dda811

#dda811 #acdd11 #dd4211

Monochromatic Colors of #dda811

#dda811

Complementary Color

#dda811 #1146dd

#dda811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda811 Color CSS Codes

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

#dda811 Text Font Color

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

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


#dda811 Background Color

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

This div background color is #dda811


#dda811 Border Color

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

This div border color is #dda811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda811


Comments

No comments written yet.

Please login to write comment.