Color Hex Logo

#dda046 Color Hex

#DDA046
(221,160,70)
0 Favorites   0 Comments

Color spaces of #dda046

RGB 22116070
HSL0.100.690.57
HSV36°68°87°
CMYK 0.000.280.68   0.13
XYZ43.495140.956011.4072
Yxy40.95600.45370.4273
Hunter Lab63.99699.321934.2296
CIE-Lab70.145113.989454.2424

#dda046 color RGB value is (221,160,70).

#dda046 hex color red value is 221, green value is 160 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dda046 hue: 0.10 , saturation: 0.69 and the lightness value of dda046 is 0.57.

The process color (four color CMYK) of #dda046 color hex is 0.00, 0.28, 0.68, 0.13. Web safe color of #dda046 is #cc9933. Color #dda046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01000110
Octal 335 240 106
Decimal 221 160 70
Hex DD A0 46

RGB Percentages of Color #dda046

%49.00
%35.48
%15.52

CMYK Percentages of Color #dda046

%0
%28
%68
%13

Triadic Colors of #dda046

#dda046 #46dda0 #a046dd

Analogous Colors of #dda046

#dda046 #cfdd46 #dd5446

Monochromatic Colors of #dda046

#dda046

Complementary Color

#dda046 #4683dd

#dda046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda046 Color CSS Codes

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

#dda046 Text Font Color

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

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


#dda046 Background Color

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

This div background color is #dda046


#dda046 Border Color

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

This div border color is #dda046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda046


Comments

No comments written yet.

Please login to write comment.