Shades of Calico #D9AF89
Tints of Calico #D9AF89
RGB
CMYK
RGB Variations
Color information
#D9AF89 (or 0xD9AF89) is known color: Calico. HEX triplet: D9, AF and 89. RGB value is (217,175,137). Sum of RGB (Red+Green+Blue) = 217+175+137=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF89 is #265076. Grayscale: #B7B7B7. Windows color (decimal): -2510967 or 9023449. OLE color: 9023449.
HSL color Cylindrical-coordinate representation of color #D9AF89: hue angle of 28.5º degrees, saturation: 0.51, 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 #D9AF89 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 137 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.15 |
| HSL | 28.5º | 0.51% | 0.69% | - |
| HSV(B) | 28.5º | 0.37% | 0.85% | - |
| XYZ | 48.46 | 47.22 | 30.23 | - |
| YUV | 183.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 137 | 0 | 0.19 | 0.37 | 0.15 | 28.5 | 0.51 | 0.69 |
| Hex | D9 | AF | 89 | 0 | 13 | 25 | F | 1C | 33 | 45 |
| Octal | 331 | 257 | 211 | 0 | 23 | 45 | 17 | 34 | 63 | 105 |
| Binary | 11011001 | 10101111 | 10001001 | 0 | 10011 | 100101 | 1111 | 11100 | 110011 | 1000101 |
Color Harmonies of #D9AF89
Complementary color
Monochromatic Colors of #D9AF89
Black with #D9AF89
Text Example
Text Example
White with #D9AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF89; }
p { color: rgb(217,175,137); }
H1.HeaderClassName
{
color: #D9AF89;
}
.AnyTagClassName
{
color: #D9AF89;
}
</style>
background-color css
<style>
a { background-color: #D9AF89; }
a { background-color: rgb(217,175,137); }
div.DivClassName
{
background-color: #D9AF89;
}
.BgClassName
{
background-color: #D9AF89;
}
</style>
border-color css
<style>
span { border-color: #D9AF89; }
span { border-color: rgb(217,175,137); }
td.TdClassName
{
border-color: #D9AF89;
}
.TagClassName
{
border-color: #D9AF89;
}
</style>