Shades of Calico #D6AF86
Tints of Calico #D6AF86
RGB
CMYK
RGB Variations
Color information
#D6AF86 (or 0xD6AF86) is known color: Calico. HEX triplet: D6, AF and 86. RGB value is (214,175,134). Sum of RGB (Red+Green+Blue) = 214+175+134=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF86 is #295079. Grayscale: #B6B6B6. Windows color (decimal): -2707578 or 8826838. OLE color: 8826838.
HSL color Cylindrical-coordinate representation of color #D6AF86: hue angle of 30.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6AF86 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 134 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.16 |
| HSL | 30.75º | 0.49% | 0.68% | - |
| HSV(B) | 30.75º | 0.37% | 0.84% | - |
| XYZ | 47.36 | 46.68 | 29.07 | - |
| YUV | 181.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 134 | 0 | 0.18 | 0.37 | 0.16 | 30.75 | 0.49 | 0.68 |
| Hex | D6 | AF | 86 | 0 | 12 | 25 | 10 | 1F | 31 | 44 |
| Octal | 326 | 257 | 206 | 0 | 22 | 45 | 20 | 37 | 61 | 104 |
| Binary | 11010110 | 10101111 | 10000110 | 0 | 10010 | 100101 | 10000 | 11111 | 110001 | 1000100 |
Color Harmonies of #D6AF86
Complementary color
Monochromatic Colors of #D6AF86
Black with #D6AF86
Text Example
Text Example
White with #D6AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF86; }
p { color: rgb(214,175,134); }
H1.HeaderClassName
{
color: #D6AF86;
}
.AnyTagClassName
{
color: #D6AF86;
}
</style>
background-color css
<style>
a { background-color: #D6AF86; }
a { background-color: rgb(214,175,134); }
div.DivClassName
{
background-color: #D6AF86;
}
.BgClassName
{
background-color: #D6AF86;
}
</style>
border-color css
<style>
span { border-color: #D6AF86; }
span { border-color: rgb(214,175,134); }
td.TdClassName
{
border-color: #D6AF86;
}
.TagClassName
{
border-color: #D6AF86;
}
</style>