#DCABA3

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

Shades of Shilo #DCABA3

Tints of Shilo #DCABA3

Color information

#DCABA3 (or 0xDCABA3) is unknown color: approx Shilo. HEX triplet: DC, AB and A3. RGB value is (220,171,163). Sum of RGB (Red+Green+Blue) = 220+171+163=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABA3 is #23545C. Grayscale: #B8B8B8. Windows color (decimal): -2315357 or 10726364. OLE color: 10726364.

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

Color convert

RGB220171163-
CMYK00.220.260.14
HSL8.42º44.88%75.1%-
HSV(B)8.42º25.91%86.27%-
XYZ50.6946.9941.05-
YUV184.74115.73153.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 163 (64.06% from 255) = 29.42%
R=39.71%
G=30.87%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017116300.220.260.148.4244.8875.1
HexDCABA30161AE82d4b
Octal33425324302632161055113
Binary11011100101010111010001101011011010111010001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABA3; }

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

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

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

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

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

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

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

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