Shades of Calico #D2AF85
Tints of Calico #D2AF85
RGB
CMYK
RGB Variations
Color information
#D2AF85 (or 0xD2AF85) is known color: Calico. HEX triplet: D2, AF and 85. RGB value is (210,175,133). Sum of RGB (Red+Green+Blue) = 210+175+133=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF85 is #2D507A. Grayscale: #B4B4B4. Windows color (decimal): -2969723 or 8761298. OLE color: 8761298.
HSL color Cylindrical-coordinate representation of color #D2AF85: hue angle of 32.73º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2AF85 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 133 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.18 |
| HSL | 32.73º | 0.46% | 0.67% | - |
| HSV(B) | 32.73º | 0.37% | 0.82% | - |
| XYZ | 46.14 | 46.06 | 28.65 | - |
| YUV | 180.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 133 | 0 | 0.17 | 0.37 | 0.18 | 32.73 | 0.46 | 0.67 |
| Hex | D2 | AF | 85 | 0 | 11 | 25 | 12 | 21 | 2E | 43 |
| Octal | 322 | 257 | 205 | 0 | 21 | 45 | 22 | 41 | 56 | 103 |
| Binary | 11010010 | 10101111 | 10000101 | 0 | 10001 | 100101 | 10010 | 100001 | 101110 | 1000011 |
Color Harmonies of #D2AF85
Complementary color
Monochromatic Colors of #D2AF85
Black with #D2AF85
Text Example
Text Example
White with #D2AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF85; }
p { color: rgb(210,175,133); }
H1.HeaderClassName
{
color: #D2AF85;
}
.AnyTagClassName
{
color: #D2AF85;
}
</style>
background-color css
<style>
a { background-color: #D2AF85; }
a { background-color: rgb(210,175,133); }
div.DivClassName
{
background-color: #D2AF85;
}
.BgClassName
{
background-color: #D2AF85;
}
</style>
border-color css
<style>
span { border-color: #D2AF85; }
span { border-color: rgb(210,175,133); }
td.TdClassName
{
border-color: #D2AF85;
}
.TagClassName
{
border-color: #D2AF85;
}
</style>