#DCB0A9

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

Shades of Shilo #DCB0A9

Tints of Shilo #DCB0A9

Color information

#DCB0A9 (or 0xDCB0A9) is unknown color: approx Shilo. HEX triplet: DC, B0 and A9. RGB value is (220,176,169). Sum of RGB (Red+Green+Blue) = 220+176+169=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0A9 is #234F56. Grayscale: #BCBCBC. Windows color (decimal): -2314071 or 11120860. OLE color: 11120860.

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

Color convert

RGB220176169-
CMYK00.20.230.14
HSL8.24º42.15%76.27%-
HSV(B)8.24º23.18%86.27%-
XYZ52.249.1344.27-
YUV188.36117.08150.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=38.94%
G=31.15%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017616900.20.230.148.2442.1576.27
HexDCB0A901417E82a4c
Octal33426025102427161052114
Binary11011100101100001010100101010010111111010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0A9; }

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

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

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

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

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

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

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

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