Shades of Shilo #DCAB9D
Tints of Shilo #DCAB9D
RGB
CMYK
RGB Variations
Color information
#DCAB9D (or 0xDCAB9D) is known color: Shilo. HEX triplet: DC, AB and 9D. RGB value is (220,171,157). Sum of RGB (Red+Green+Blue) = 220+171+157=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB9D is #235462. Grayscale: #B8B8B8. Windows color (decimal): -2315363 or 10333148. OLE color: 10333148.
HSL color Cylindrical-coordinate representation of color #DCAB9D: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCAB9D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 157 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.14 |
| HSL | 13.33º | 0.47% | 0.74% | - |
| HSV(B) | 13.33º | 0.29% | 0.86% | - |
| XYZ | 50.16 | 46.78 | 38.28 | - |
| YUV | 184.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 157 | 0 | 0.22 | 0.29 | 0.14 | 13.33 | 0.47 | 0.74 |
| Hex | DC | AB | 9D | 0 | 16 | 1D | E | D | 2F | 4A |
| Octal | 334 | 253 | 235 | 0 | 26 | 35 | 16 | 15 | 57 | 112 |
| Binary | 11011100 | 10101011 | 10011101 | 0 | 10110 | 11101 | 1110 | 1101 | 101111 | 1001010 |
Color Harmonies of #DCAB9D
Complementary color
Monochromatic Colors of #DCAB9D
Black with #DCAB9D
Text Example
Text Example
White with #DCAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB9D; }
p { color: rgb(220,171,157); }
H1.HeaderClassName
{
color: #DCAB9D;
}
.AnyTagClassName
{
color: #DCAB9D;
}
</style>
background-color css
<style>
a { background-color: #DCAB9D; }
a { background-color: rgb(220,171,157); }
div.DivClassName
{
background-color: #DCAB9D;
}
.BgClassName
{
background-color: #DCAB9D;
}
</style>
border-color css
<style>
span { border-color: #DCAB9D; }
span { border-color: rgb(220,171,157); }
td.TdClassName
{
border-color: #DCAB9D;
}
.TagClassName
{
border-color: #DCAB9D;
}
</style>