#DCA9A0

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

Shades of Shilo #DCA9A0

Tints of Shilo #DCA9A0

Color information

#DCA9A0 (or 0xDCA9A0) is unknown color: approx Shilo. HEX triplet: DC, A9 and A0. RGB value is (220,169,160). Sum of RGB (Red+Green+Blue) = 220+169+160=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA9A0 is #23565F. Grayscale: #B7B7B7. Windows color (decimal): -2315872 or 10529244. OLE color: 10529244.

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

Color convert

RGB220169160-
CMYK00.230.270.14
HSL46.15%74.51%-
HSV(B)27.27%86.27%-
XYZ50.0546.1339.52-
YUV183.22114.9154.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=40.07%
G=30.78%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016916000.230.270.14946.1574.51
HexDCA9A00171BE92e4b
Octal33425124002733161156113
Binary11011100101010011010000001011111011111010011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9A0; }

 p { color: rgb(220,169,160); }

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

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

 a { background-color: rgb(220,169,160); }

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

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

 span { border-color: rgb(220,169,160); }

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