Shades of Calico #D8AE89
Tints of Calico #D8AE89
RGB
CMYK
RGB Variations
Color information
#D8AE89 (or 0xD8AE89) is known color: Calico. HEX triplet: D8, AE and 89. RGB value is (216,174,137). Sum of RGB (Red+Green+Blue) = 216+174+137=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE89 is #275176. Grayscale: #B6B6B6. Windows color (decimal): -2576759 or 9023192. OLE color: 9023192.
HSL color Cylindrical-coordinate representation of color #D8AE89: hue angle of 28.1º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8AE89 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 137 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.15 |
| HSL | 28.1º | 0.5% | 0.69% | - |
| HSV(B) | 28.1º | 0.37% | 0.85% | - |
| XYZ | 47.97 | 46.68 | 30.15 | - |
| YUV | 182.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 137 | 0 | 0.19 | 0.37 | 0.15 | 28.1 | 0.5 | 0.69 |
| Hex | D8 | AE | 89 | 0 | 13 | 25 | F | 1C | 32 | 45 |
| Octal | 330 | 256 | 211 | 0 | 23 | 45 | 17 | 34 | 62 | 105 |
| Binary | 11011000 | 10101110 | 10001001 | 0 | 10011 | 100101 | 1111 | 11100 | 110010 | 1000101 |
Color Harmonies of #D8AE89
Complementary color
Monochromatic Colors of #D8AE89
Black with #D8AE89
Text Example
Text Example
White with #D8AE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AE89; }
p { color: rgb(216,174,137); }
H1.HeaderClassName
{
color: #D8AE89;
}
.AnyTagClassName
{
color: #D8AE89;
}
</style>
background-color css
<style>
a { background-color: #D8AE89; }
a { background-color: rgb(216,174,137); }
div.DivClassName
{
background-color: #D8AE89;
}
.BgClassName
{
background-color: #D8AE89;
}
</style>
border-color css
<style>
span { border-color: #D8AE89; }
span { border-color: rgb(216,174,137); }
td.TdClassName
{
border-color: #D8AE89;
}
.TagClassName
{
border-color: #D8AE89;
}
</style>