#DCA7A2

Color #DCA7A2 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #DCA7A2

Tints of Shilo #DCA7A2

Color information

#DCA7A2 (or 0xDCA7A2) is unknown color: approx Shilo. HEX triplet: DC, A7 and A2. RGB value is (220,167,162). Sum of RGB (Red+Green+Blue) = 220+167+162=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA7A2 is #23585D. Grayscale: #B6B6B6. Windows color (decimal): -2316382 or 10659804. OLE color: 10659804.

HSL color Cylindrical-coordinate representation of color #DCA7A2: hue angle of 5.17º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA7A2 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220167162-
CMYK00.240.260.14
HSL5.17º45.31%74.9%-
HSV(B)5.17º26.36%86.27%-
XYZ49.8645.4640.33-
YUV182.28116.56154.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 162 (63.67% from 255) = 29.51%
R=40.07%
G=30.42%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016716200.240.260.145.1745.3174.9
HexDCA7A20181AE52d4b
Octal3342472420303216555113
Binary1101110010100111101000100110001101011101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7A2; }

 p { color: rgb(220,167,162); }

 H1.HeaderClassName
 {
   color: #DCA7A2;
 }
 .AnyTagClassName
 {
   color: #DCA7A2;
 }
</style>
background-color css

<style>
 a { background-color: #DCA7A2; }

 a { background-color: rgb(220,167,162); }

 div.DivClassName
 {
   background-color: #DCA7A2;
 }
 .BgClassName
 {
   background-color: #DCA7A2;
 }
</style>
border-color css

<style>
 span { border-color: #DCA7A2; }

 span { border-color: rgb(220,167,162); }

 td.TdClassName
 {
   border-color: #DCA7A2;
 }
 .TagClassName
 {
   border-color: #DCA7A2;
 }
</style>