#DCABA8

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

Shades of Shilo #DCABA8

Tints of Shilo #DCABA8

Color information

#DCABA8 (or 0xDCABA8) is unknown color: approx Shilo. HEX triplet: DC, AB and A8. RGB value is (220,171,168). Sum of RGB (Red+Green+Blue) = 220+171+168=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABA8 is #235457. Grayscale: #B9B9B9. Windows color (decimal): -2315352 or 11054044. OLE color: 11054044.

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

Color convert

RGB220171168-
CMYK00.220.240.14
HSL3.46º42.62%76.08%-
HSV(B)3.46º23.64%86.27%-
XYZ51.1547.1743.45-
YUV185.31118.23152.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 168 (66.02% from 255) = 30.05%
R=39.36%
G=30.59%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017116800.220.240.143.4642.6276.08
HexDCABA801618E32b4c
Octal3342532500263016353114
Binary110111001010101110101000010110110001110111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABA8; }

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

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

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

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

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

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

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

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