Shades of Calico #D8AF7E
Tints of Calico #D8AF7E
RGB
CMYK
RGB Variations
Color information
#D8AF7E (or 0xD8AF7E) is known color: Calico. HEX triplet: D8, AF and 7E. RGB value is (216,175,126). Sum of RGB (Red+Green+Blue) = 216+175+126=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF7E is #275081. Grayscale: #B5B5B5. Windows color (decimal): -2576514 or 8302552. OLE color: 8302552.
HSL color Cylindrical-coordinate representation of color #D8AF7E: hue angle of 32.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8AF7E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 126 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.15 |
| HSL | 32.67º | 0.54% | 0.67% | - |
| HSV(B) | 32.67º | 0.42% | 0.85% | - |
| XYZ | 47.41 | 46.77 | 26.27 | - |
| YUV | 181.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 126 | 0 | 0.19 | 0.42 | 0.15 | 32.67 | 0.54 | 0.67 |
| Hex | D8 | AF | 7E | 0 | 13 | 2A | F | 21 | 36 | 43 |
| Octal | 330 | 257 | 176 | 0 | 23 | 52 | 17 | 41 | 66 | 103 |
| Binary | 11011000 | 10101111 | 1111110 | 0 | 10011 | 101010 | 1111 | 100001 | 110110 | 1000011 |
Color Harmonies of #D8AF7E
Complementary color
Monochromatic Colors of #D8AF7E
Black with #D8AF7E
Text Example
Text Example
White with #D8AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF7E; }
p { color: rgb(216,175,126); }
H1.HeaderClassName
{
color: #D8AF7E;
}
.AnyTagClassName
{
color: #D8AF7E;
}
</style>
background-color css
<style>
a { background-color: #D8AF7E; }
a { background-color: rgb(216,175,126); }
div.DivClassName
{
background-color: #D8AF7E;
}
.BgClassName
{
background-color: #D8AF7E;
}
</style>
border-color css
<style>
span { border-color: #D8AF7E; }
span { border-color: rgb(216,175,126); }
td.TdClassName
{
border-color: #D8AF7E;
}
.TagClassName
{
border-color: #D8AF7E;
}
</style>