Shades of Calico #D8AF79
Tints of Calico #D8AF79
RGB
CMYK
RGB Variations
Color information
#D8AF79 (or 0xD8AF79) is known color: Calico. HEX triplet: D8, AF and 79. RGB value is (216,175,121). Sum of RGB (Red+Green+Blue) = 216+175+121=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF79 is #275086. Grayscale: #B5B5B5. Windows color (decimal): -2576519 or 7974872. OLE color: 7974872.
HSL color Cylindrical-coordinate representation of color #D8AF79: hue angle of 34.11º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8AF79 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 121 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.15 |
| HSL | 34.11º | 0.55% | 0.66% | - |
| HSV(B) | 34.11º | 0.44% | 0.85% | - |
| XYZ | 47.1 | 46.64 | 24.61 | - |
| YUV | 181.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 121 | 0 | 0.19 | 0.44 | 0.15 | 34.11 | 0.55 | 0.66 |
| Hex | D8 | AF | 79 | 0 | 13 | 2C | F | 22 | 37 | 42 |
| Octal | 330 | 257 | 171 | 0 | 23 | 54 | 17 | 42 | 67 | 102 |
| Binary | 11011000 | 10101111 | 1111001 | 0 | 10011 | 101100 | 1111 | 100010 | 110111 | 1000010 |
Color Harmonies of #D8AF79
Complementary color
Monochromatic Colors of #D8AF79
Black with #D8AF79
Text Example
Text Example
White with #D8AF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF79; }
p { color: rgb(216,175,121); }
H1.HeaderClassName
{
color: #D8AF79;
}
.AnyTagClassName
{
color: #D8AF79;
}
</style>
background-color css
<style>
a { background-color: #D8AF79; }
a { background-color: rgb(216,175,121); }
div.DivClassName
{
background-color: #D8AF79;
}
.BgClassName
{
background-color: #D8AF79;
}
</style>
border-color css
<style>
span { border-color: #D8AF79; }
span { border-color: rgb(216,175,121); }
td.TdClassName
{
border-color: #D8AF79;
}
.TagClassName
{
border-color: #D8AF79;
}
</style>