Shades of Calico #D9AD86
Tints of Calico #D9AD86
RGB
CMYK
RGB Variations
Color information
#D9AD86 (or 0xD9AD86) is known color: Calico. HEX triplet: D9, AD and 86. RGB value is (217,173,134). Sum of RGB (Red+Green+Blue) = 217+173+134=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD86 is #265279. Grayscale: #B5B5B5. Windows color (decimal): -2511482 or 8826329. OLE color: 8826329.
HSL color Cylindrical-coordinate representation of color #D9AD86: hue angle of 28.19º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9AD86 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 134 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.15 |
| HSL | 28.19º | 0.52% | 0.69% | - |
| HSV(B) | 28.19º | 0.38% | 0.85% | - |
| XYZ | 47.86 | 46.36 | 28.98 | - |
| YUV | 181.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 134 | 0 | 0.20 | 0.38 | 0.15 | 28.19 | 0.52 | 0.69 |
| Hex | D9 | AD | 86 | 0 | 14 | 26 | F | 1C | 34 | 45 |
| Octal | 331 | 255 | 206 | 0 | 24 | 46 | 17 | 34 | 64 | 105 |
| Binary | 11011001 | 10101101 | 10000110 | 0 | 10100 | 100110 | 1111 | 11100 | 110100 | 1000101 |
Color Harmonies of #D9AD86
Complementary color
Monochromatic Colors of #D9AD86
Black with #D9AD86
Text Example
Text Example
White with #D9AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD86; }
p { color: rgb(217,173,134); }
H1.HeaderClassName
{
color: #D9AD86;
}
.AnyTagClassName
{
color: #D9AD86;
}
</style>
background-color css
<style>
a { background-color: #D9AD86; }
a { background-color: rgb(217,173,134); }
div.DivClassName
{
background-color: #D9AD86;
}
.BgClassName
{
background-color: #D9AD86;
}
</style>
border-color css
<style>
span { border-color: #D9AD86; }
span { border-color: rgb(217,173,134); }
td.TdClassName
{
border-color: #D9AD86;
}
.TagClassName
{
border-color: #D9AD86;
}
</style>