Shades of Calico #D8AF8B
Tints of Calico #D8AF8B
RGB
CMYK
RGB Variations
Color information
#D8AF8B (or 0xD8AF8B) is known color: Calico. HEX triplet: D8, AF and 8B. RGB value is (216,175,139). Sum of RGB (Red+Green+Blue) = 216+175+139=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF8B is #275074. Grayscale: #B7B7B7. Windows color (decimal): -2576501 or 9154520. OLE color: 9154520.
HSL color Cylindrical-coordinate representation of color #D8AF8B: hue angle of 28.05º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8AF8B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 139 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.15 |
| HSL | 28.05º | 0.5% | 0.7% | - |
| HSV(B) | 28.05º | 0.36% | 0.85% | - |
| XYZ | 48.31 | 47.12 | 30.98 | - |
| YUV | 183.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 139 | 0 | 0.19 | 0.36 | 0.15 | 28.05 | 0.5 | 0.7 |
| Hex | D8 | AF | 8B | 0 | 13 | 24 | F | 1C | 32 | 46 |
| Octal | 330 | 257 | 213 | 0 | 23 | 44 | 17 | 34 | 62 | 106 |
| Binary | 11011000 | 10101111 | 10001011 | 0 | 10011 | 100100 | 1111 | 11100 | 110010 | 1000110 |
Color Harmonies of #D8AF8B
Complementary color
Monochromatic Colors of #D8AF8B
Black with #D8AF8B
Text Example
Text Example
White with #D8AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF8B; }
p { color: rgb(216,175,139); }
H1.HeaderClassName
{
color: #D8AF8B;
}
.AnyTagClassName
{
color: #D8AF8B;
}
</style>
background-color css
<style>
a { background-color: #D8AF8B; }
a { background-color: rgb(216,175,139); }
div.DivClassName
{
background-color: #D8AF8B;
}
.BgClassName
{
background-color: #D8AF8B;
}
</style>
border-color css
<style>
span { border-color: #D8AF8B; }
span { border-color: rgb(216,175,139); }
td.TdClassName
{
border-color: #D8AF8B;
}
.TagClassName
{
border-color: #D8AF8B;
}
</style>