Shades of Calico #D6AF80
Tints of Calico #D6AF80
RGB
CMYK
RGB Variations
Color information
#D6AF80 (or 0xD6AF80) is known color: Calico. HEX triplet: D6, AF and 80. RGB value is (214,175,128). Sum of RGB (Red+Green+Blue) = 214+175+128=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF80 is #29507F. Grayscale: #B5B5B5. Windows color (decimal): -2707584 or 8433622. OLE color: 8433622.
HSL color Cylindrical-coordinate representation of color #D6AF80: hue angle of 32.79º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6AF80 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 128 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.16 |
| HSL | 32.79º | 0.51% | 0.67% | - |
| HSV(B) | 32.79º | 0.4% | 0.84% | - |
| XYZ | 46.96 | 46.51 | 26.93 | - |
| YUV | 181.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 128 | 0 | 0.18 | 0.40 | 0.16 | 32.79 | 0.51 | 0.67 |
| Hex | D6 | AF | 80 | 0 | 12 | 28 | 10 | 21 | 33 | 43 |
| Octal | 326 | 257 | 200 | 0 | 22 | 50 | 20 | 41 | 63 | 103 |
| Binary | 11010110 | 10101111 | 10000000 | 0 | 10010 | 101000 | 10000 | 100001 | 110011 | 1000011 |
Color Harmonies of #D6AF80
Complementary color
Monochromatic Colors of #D6AF80
Black with #D6AF80
Text Example
Text Example
White with #D6AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF80; }
p { color: rgb(214,175,128); }
H1.HeaderClassName
{
color: #D6AF80;
}
.AnyTagClassName
{
color: #D6AF80;
}
</style>
background-color css
<style>
a { background-color: #D6AF80; }
a { background-color: rgb(214,175,128); }
div.DivClassName
{
background-color: #D6AF80;
}
.BgClassName
{
background-color: #D6AF80;
}
</style>
border-color css
<style>
span { border-color: #D6AF80; }
span { border-color: rgb(214,175,128); }
td.TdClassName
{
border-color: #D6AF80;
}
.TagClassName
{
border-color: #D6AF80;
}
</style>