Color Hex Logo

#dd9048 Color Hex

#DD9048
(221,144,72)
0 Favorites   0 Comments

Color spaces of #dd9048

RGB 22114472
HSL0.080.690.57
HSV29°67°87°
CMYK 0.000.350.67   0.13
XYZ40.961835.786510.8795
Yxy35.78650.46750.4084
Hunter Lab59.821817.536131.0925
CIE-Lab66.356522.689049.1872

#dd9048 color RGB value is (221,144,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010000 01001000
Octal 335 220 110
Decimal 221 144 72
Hex DD 90 48

RGB Percentages of Color #dd9048

%50.57
%32.95
%16.48

CMYK Percentages of Color #dd9048

%0
%35
%67
%13

Triadic Colors of #dd9048

#dd9048 #48dd90 #9048dd

Analogous Colors of #dd9048

#dd9048 #dddb48 #dd484a

Monochromatic Colors of #dd9048

#dd9048

Complementary Color

#dd9048 #4895dd

#dd9048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9048 Color CSS Codes

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

#dd9048 Text Font Color

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

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


#dd9048 Background Color

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

This div background color is #dd9048


#dd9048 Border Color

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

This div border color is #dd9048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9048


Comments

No comments written yet.

Please login to write comment.