#DCABA0

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

Shades of Shilo #DCABA0

Tints of Shilo #DCABA0

Color information

#DCABA0 (or 0xDCABA0) is unknown color: approx Shilo. HEX triplet: DC, AB and A0. RGB value is (220,171,160). Sum of RGB (Red+Green+Blue) = 220+171+160=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABA0 is #23545F. Grayscale: #B8B8B8. Windows color (decimal): -2315360 or 10529756. OLE color: 10529756.

HSL color Cylindrical-coordinate representation of color #DCABA0: hue angle of 11º 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 #DCABA0 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220171160-
CMYK00.220.270.14
HSL11º46.15%74.51%-
HSV(B)11º27.27%86.27%-
XYZ50.4246.8839.65-
YUV184.4114.23153.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 160 (62.89% from 255) = 29.04%
R=39.93%
G=31.03%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017116000.220.270.141146.1574.51
HexDCABA00161BEb2e4b
Octal33425324002633161356113
Binary11011100101010111010000001011011011111010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABA0; }

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

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

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

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

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

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

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

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