Color Hex Logo

#dda048 Color Hex

#DDA048
(221,160,72)
0 Favorites   0 Comments

Color spaces of #dda048

RGB 22116072
HSL0.100.690.57
HSV35°67°87°
CMYK 0.000.280.67   0.13
XYZ43.559340.981611.7453
Yxy40.98160.45240.4256
Hunter Lab64.01699.428133.9338
CIE-Lab70.163014.101553.3509

#dda048 color RGB value is (221,160,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01001000
Octal 335 240 110
Decimal 221 160 72
Hex DD A0 48

RGB Percentages of Color #dda048

%48.79
%35.32
%15.89

CMYK Percentages of Color #dda048

%0
%28
%67
%13

Triadic Colors of #dda048

#dda048 #48dda0 #a048dd

Analogous Colors of #dda048

#dda048 #d0dd48 #dd5548

Monochromatic Colors of #dda048

#dda048

Complementary Color

#dda048 #4885dd

#dda048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda048 Color CSS Codes

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

#dda048 Text Font Color

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

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


#dda048 Background Color

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

This div background color is #dda048


#dda048 Border Color

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

This div border color is #dda048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda048


Comments

No comments written yet.

Please login to write comment.