#DCB0A1

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

Shades of Shilo #DCB0A1

Tints of Shilo #DCB0A1

Color information

#DCB0A1 (or 0xDCB0A1) is unknown color: approx Shilo. HEX triplet: DC, B0 and A1. RGB value is (220,176,161). Sum of RGB (Red+Green+Blue) = 220+176+161=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0A1 is #234F5E. Grayscale: #BBBBBB. Windows color (decimal): -2314079 or 10596572. OLE color: 10596572.

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

Color convert

RGB220176161-
CMYK00.20.270.14
HSL15.25º45.74%74.71%-
HSV(B)15.25º26.82%86.27%-
XYZ51.4748.8440.43-
YUV187.45113.08151.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 161 (63.28% from 255) = 28.90%
R=39.50%
G=31.60%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017616100.20.270.1415.2545.7474.71
HexDCB0A10141BEf2e4b
Octal33426024102433161756113
Binary11011100101100001010000101010011011111011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0A1; }

 p { color: rgb(220,176,161); }

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

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

 a { background-color: rgb(220,176,161); }

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

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

 span { border-color: rgb(220,176,161); }

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