Color Hex Logo

#dda370 Color Hex

#DDA370
(221,163,112)
0 Favorites   0 Comments

Color spaces of #dda370

RGB 221163112
HSL0.080.620.65
HSV28°49°87°
CMYK 0.000.260.49   0.13
XYZ45.840642.736421.1621
Yxy42.73640.41770.3894
Hunter Lab65.373110.764026.5682
CIE-Lab71.375715.490134.7977

#dda370 color RGB value is (221,163,112).

#dda370 hex color red value is 221, green value is 163 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dda370 hue: 0.08 , saturation: 0.62 and the lightness value of dda370 is 0.65.

The process color (four color CMYK) of #dda370 color hex is 0.00, 0.26, 0.49, 0.13. Web safe color of #dda370 is #cc9966. Color #dda370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01110000
Octal 335 243 160
Decimal 221 163 112
Hex DD A3 70

RGB Percentages of Color #dda370

%44.56
%32.86
%22.58

CMYK Percentages of Color #dda370

%0
%26
%49
%13

Triadic Colors of #dda370

#dda370 #70dda3 #a370dd

Analogous Colors of #dda370

#dda370 #ddda70 #dd7074

Monochromatic Colors of #dda370

#dda370

Complementary Color

#dda370 #70aadd

#dda370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda370 Color CSS Codes

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

#dda370 Text Font Color

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

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


#dda370 Background Color

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

This div background color is #dda370


#dda370 Border Color

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

This div border color is #dda370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda370


Comments

No comments written yet.

Please login to write comment.