Shades of Calico #D8AF7B
Tints of Calico #D8AF7B
RGB
CMYK
RGB Variations
Color information
#D8AF7B (or 0xD8AF7B) is known color: Calico. HEX triplet: D8, AF and 7B. RGB value is (216,175,123). Sum of RGB (Red+Green+Blue) = 216+175+123=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF7B is #275084. Grayscale: #B5B5B5. Windows color (decimal): -2576517 or 8105944. OLE color: 8105944.
HSL color Cylindrical-coordinate representation of color #D8AF7B: hue angle of 33.55º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8AF7B is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 123 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.15 |
| HSL | 33.55º | 0.54% | 0.66% | - |
| HSV(B) | 33.55º | 0.43% | 0.85% | - |
| XYZ | 47.22 | 46.69 | 25.26 | - |
| YUV | 181.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 123 | 0 | 0.19 | 0.43 | 0.15 | 33.55 | 0.54 | 0.66 |
| Hex | D8 | AF | 7B | 0 | 13 | 2B | F | 22 | 36 | 42 |
| Octal | 330 | 257 | 173 | 0 | 23 | 53 | 17 | 42 | 66 | 102 |
| Binary | 11011000 | 10101111 | 1111011 | 0 | 10011 | 101011 | 1111 | 100010 | 110110 | 1000010 |
Color Harmonies of #D8AF7B
Complementary color
Monochromatic Colors of #D8AF7B
Black with #D8AF7B
Text Example
Text Example
White with #D8AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF7B; }
p { color: rgb(216,175,123); }
H1.HeaderClassName
{
color: #D8AF7B;
}
.AnyTagClassName
{
color: #D8AF7B;
}
</style>
background-color css
<style>
a { background-color: #D8AF7B; }
a { background-color: rgb(216,175,123); }
div.DivClassName
{
background-color: #D8AF7B;
}
.BgClassName
{
background-color: #D8AF7B;
}
</style>
border-color css
<style>
span { border-color: #D8AF7B; }
span { border-color: rgb(216,175,123); }
td.TdClassName
{
border-color: #D8AF7B;
}
.TagClassName
{
border-color: #D8AF7B;
}
</style>