#DCB1A3

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

Shades of Shilo #DCB1A3

Tints of Shilo #DCB1A3

Color information

#DCB1A3 (or 0xDCB1A3) is unknown color: approx Shilo. HEX triplet: DC, B1 and A3. RGB value is (220,177,163). Sum of RGB (Red+Green+Blue) = 220+177+163=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB1A3 is #234E5C. Grayscale: #BCBCBC. Windows color (decimal): -2313821 or 10727900. OLE color: 10727900.

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

Color convert

RGB220177163-
CMYK00.200.260.14
HSL14.74º44.88%75.1%-
HSV(B)14.74º25.91%86.27%-
XYZ51.8549.341.43-
YUV188.26113.75150.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 177 (69.53% from 255) = 31.61%
BLUE value IS 163 (64.06% from 255) = 29.11%
R=39.29%
G=31.61%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017716300.200.260.1414.7444.8875.1
HexDCB1A30141AEf2d4b
Octal33426124302432161755113
Binary11011100101100011010001101010011010111011111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1A3; }

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

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

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

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

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

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

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

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