Shades of Calico #D1AF89
Tints of Calico #D1AF89
RGB
CMYK
RGB Variations
Color information
#D1AF89 (or 0xD1AF89) is known color: Calico. HEX triplet: D1, AF and 89. RGB value is (209,175,137). Sum of RGB (Red+Green+Blue) = 209+175+137=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF89 is #2E5076. Grayscale: #B5B5B5. Windows color (decimal): -3035255 or 9023441. OLE color: 9023441.
HSL color Cylindrical-coordinate representation of color #D1AF89: hue angle of 31.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1AF89 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 137 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.18 |
| HSL | 31.67º | 0.44% | 0.68% | - |
| HSV(B) | 31.67º | 0.34% | 0.82% | - |
| XYZ | 46.14 | 46.02 | 30.12 | - |
| YUV | 180.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 137 | 0 | 0.16 | 0.34 | 0.18 | 31.67 | 0.44 | 0.68 |
| Hex | D1 | AF | 89 | 0 | 10 | 22 | 12 | 20 | 2C | 44 |
| Octal | 321 | 257 | 211 | 0 | 20 | 42 | 22 | 40 | 54 | 104 |
| Binary | 11010001 | 10101111 | 10001001 | 0 | 10000 | 100010 | 10010 | 100000 | 101100 | 1000100 |
Color Harmonies of #D1AF89
Complementary color
Monochromatic Colors of #D1AF89
Black with #D1AF89
Text Example
Text Example
White with #D1AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF89; }
p { color: rgb(209,175,137); }
H1.HeaderClassName
{
color: #D1AF89;
}
.AnyTagClassName
{
color: #D1AF89;
}
</style>
background-color css
<style>
a { background-color: #D1AF89; }
a { background-color: rgb(209,175,137); }
div.DivClassName
{
background-color: #D1AF89;
}
.BgClassName
{
background-color: #D1AF89;
}
</style>
border-color css
<style>
span { border-color: #D1AF89; }
span { border-color: rgb(209,175,137); }
td.TdClassName
{
border-color: #D1AF89;
}
.TagClassName
{
border-color: #D1AF89;
}
</style>