Shades of Calico #D8AF81
Tints of Calico #D8AF81
RGB
CMYK
RGB Variations
Color information
#D8AF81 (or 0xD8AF81) is known color: Calico. HEX triplet: D8, AF and 81. RGB value is (216,175,129). Sum of RGB (Red+Green+Blue) = 216+175+129=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF81 is #27507E. Grayscale: #B6B6B6. Windows color (decimal): -2576511 or 8499160. OLE color: 8499160.
HSL color Cylindrical-coordinate representation of color #D8AF81: hue angle of 31.72º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8AF81 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 129 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.15 |
| HSL | 31.72º | 0.53% | 0.68% | - |
| HSV(B) | 31.72º | 0.4% | 0.85% | - |
| XYZ | 47.61 | 46.84 | 27.3 | - |
| YUV | 182.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 129 | 0 | 0.19 | 0.40 | 0.15 | 31.72 | 0.53 | 0.68 |
| Hex | D8 | AF | 81 | 0 | 13 | 28 | F | 20 | 35 | 44 |
| Octal | 330 | 257 | 201 | 0 | 23 | 50 | 17 | 40 | 65 | 104 |
| Binary | 11011000 | 10101111 | 10000001 | 0 | 10011 | 101000 | 1111 | 100000 | 110101 | 1000100 |
Color Harmonies of #D8AF81
Complementary color
Monochromatic Colors of #D8AF81
Black with #D8AF81
Text Example
Text Example
White with #D8AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF81; }
p { color: rgb(216,175,129); }
H1.HeaderClassName
{
color: #D8AF81;
}
.AnyTagClassName
{
color: #D8AF81;
}
</style>
background-color css
<style>
a { background-color: #D8AF81; }
a { background-color: rgb(216,175,129); }
div.DivClassName
{
background-color: #D8AF81;
}
.BgClassName
{
background-color: #D8AF81;
}
</style>
border-color css
<style>
span { border-color: #D8AF81; }
span { border-color: rgb(216,175,129); }
td.TdClassName
{
border-color: #D8AF81;
}
.TagClassName
{
border-color: #D8AF81;
}
</style>