Color Hex Logo

#dcad7a Color Hex

#DCAD7A
(220,173,122)
0 Favorites   0 Comments

Color spaces of #dcad7a

RGB 220173122
HSL0.090.580.67
HSV31°45°86°
CMYK 0.000.210.45   0.14
XYZ47.971646.507924.8609
Yxy46.50790.40200.3897
Hunter Lab68.19676.218026.1237
CIE-Lab73.873910.706232.7144

#dcad7a color RGB value is (220,173,122).

#dcad7a hex color red value is 220, green value is 173 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dcad7a hue: 0.09 , saturation: 0.58 and the lightness value of dcad7a is 0.67.

The process color (four color CMYK) of #dcad7a color hex is 0.00, 0.21, 0.45, 0.14. Web safe color of #dcad7a is #cc9966. Color #dcad7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01111010
Octal 334 255 172
Decimal 220 173 122
Hex DC AD 7A

RGB Percentages of Color #dcad7a

%42.72
%33.59
%23.69

CMYK Percentages of Color #dcad7a

%0
%21
%45
%14

Triadic Colors of #dcad7a

#dcad7a #7adcad #ad7adc

Analogous Colors of #dcad7a

#dcad7a #dadc7a #dc7c7a

Monochromatic Colors of #dcad7a

#dcad7a

Complementary Color

#dcad7a #7aa9dc

#dcad7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad7a Color CSS Codes

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

#dcad7a Text Font Color

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

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


#dcad7a Background Color

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

This div background color is #dcad7a


#dcad7a Border Color

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

This div border color is #dcad7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,173,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcad7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcad7a;
  -webkit-box-shadow: 1px 1px 3px 2px #dcad7a;
  box-shadow:         1px 1px 3px 2px #dcad7a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,173,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad7a


Comments

No comments written yet.

Please login to write comment.