#DCB0A4

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

Shades of Shilo #DCB0A4

Tints of Shilo #DCB0A4

Color information

#DCB0A4 (or 0xDCB0A4) is unknown color: approx Shilo. HEX triplet: DC, B0 and A4. RGB value is (220,176,164). Sum of RGB (Red+Green+Blue) = 220+176+164=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0A4 is #234F5B. Grayscale: #BBBBBB. Windows color (decimal): -2314076 or 10793180. OLE color: 10793180.

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

Color convert

RGB220176164-
CMYK00.20.250.14
HSL12.86º44.44%75.29%-
HSV(B)12.86º25.45%86.27%-
XYZ51.7448.9541.84-
YUV187.79114.58150.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 164 (64.45% from 255) = 29.29%
R=39.29%
G=31.43%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017616400.20.250.1412.8644.4475.29
HexDCB0A401419Ed2c4b
Octal33426024402431161554113
Binary11011100101100001010010001010011001111011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0A4; }

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

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

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

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

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

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

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

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