Shades of Calico #D8AF80
Tints of Calico #D8AF80
RGB
CMYK
RGB Variations
Color information
#D8AF80 (or 0xD8AF80) is known color: Calico. HEX triplet: D8, AF and 80. RGB value is (216,175,128). Sum of RGB (Red+Green+Blue) = 216+175+128=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF80 is #27507F. Grayscale: #B6B6B6. Windows color (decimal): -2576512 or 8433624. OLE color: 8433624.
HSL color Cylindrical-coordinate representation of color #D8AF80: hue angle of 32.05º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8AF80 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 128 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.15 |
| HSL | 32.05º | 0.53% | 0.67% | - |
| HSV(B) | 32.05º | 0.41% | 0.85% | - |
| XYZ | 47.55 | 46.82 | 26.95 | - |
| YUV | 181.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 128 | 0 | 0.19 | 0.41 | 0.15 | 32.05 | 0.53 | 0.67 |
| Hex | D8 | AF | 80 | 0 | 13 | 29 | F | 20 | 35 | 43 |
| Octal | 330 | 257 | 200 | 0 | 23 | 51 | 17 | 40 | 65 | 103 |
| Binary | 11011000 | 10101111 | 10000000 | 0 | 10011 | 101001 | 1111 | 100000 | 110101 | 1000011 |
Color Harmonies of #D8AF80
Complementary color
Monochromatic Colors of #D8AF80
Black with #D8AF80
Text Example
Text Example
White with #D8AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF80; }
p { color: rgb(216,175,128); }
H1.HeaderClassName
{
color: #D8AF80;
}
.AnyTagClassName
{
color: #D8AF80;
}
</style>
background-color css
<style>
a { background-color: #D8AF80; }
a { background-color: rgb(216,175,128); }
div.DivClassName
{
background-color: #D8AF80;
}
.BgClassName
{
background-color: #D8AF80;
}
</style>
border-color css
<style>
span { border-color: #D8AF80; }
span { border-color: rgb(216,175,128); }
td.TdClassName
{
border-color: #D8AF80;
}
.TagClassName
{
border-color: #D8AF80;
}
</style>