Color Hex Logo

#dd8a48 Color Hex

#DD8A48
(221,138,72)
0 Favorites   0 Comments

Color spaces of #dd8a48

RGB 22113872
HSL0.070.690.57
HSV27°67°87°
CMYK 0.000.380.67   0.13
XYZ40.077034.017010.5845
Yxy34.01700.47330.4017
Hunter Lab58.324120.587930.0671
CIE-Lab64.976125.899947.6537

#dd8a48 color RGB value is (221,138,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001010 01001000
Octal 335 212 110
Decimal 221 138 72
Hex DD 8A 48

RGB Percentages of Color #dd8a48

%51.28
%32.02
%16.71

CMYK Percentages of Color #dd8a48

%0
%38
%67
%13

Triadic Colors of #dd8a48

#dd8a48 #48dd8a #8a48dd

Analogous Colors of #dd8a48

#dd8a48 #ddd548 #dd4851

Monochromatic Colors of #dd8a48

#dd8a48

Complementary Color

#dd8a48 #489bdd

#dd8a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8a48 Color CSS Codes

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

#dd8a48 Text Font Color

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

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


#dd8a48 Background Color

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

This div background color is #dd8a48


#dd8a48 Border Color

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

This div border color is #dd8a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8a48


Comments

No comments written yet.

Please login to write comment.