Shades of Calico #D7AF80
Tints of Calico #D7AF80
RGB
CMYK
RGB Variations
Color information
#D7AF80 (or 0xD7AF80) is known color: Calico. HEX triplet: D7, AF and 80. RGB value is (215,175,128). Sum of RGB (Red+Green+Blue) = 215+175+128=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF80 is #28507F. Grayscale: #B5B5B5. Windows color (decimal): -2642048 or 8433623. OLE color: 8433623.
HSL color Cylindrical-coordinate representation of color #D7AF80: hue angle of 32.41º degrees, saturation: 0.52, 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 #D7AF80 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 128 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.16 |
| HSL | 32.41º | 0.52% | 0.67% | - |
| HSV(B) | 32.41º | 0.4% | 0.84% | - |
| XYZ | 47.25 | 46.67 | 26.94 | - |
| YUV | 181.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 128 | 0 | 0.19 | 0.40 | 0.16 | 32.41 | 0.52 | 0.67 |
| Hex | D7 | AF | 80 | 0 | 13 | 28 | 10 | 20 | 34 | 43 |
| Octal | 327 | 257 | 200 | 0 | 23 | 50 | 20 | 40 | 64 | 103 |
| Binary | 11010111 | 10101111 | 10000000 | 0 | 10011 | 101000 | 10000 | 100000 | 110100 | 1000011 |
Color Harmonies of #D7AF80
Complementary color
Monochromatic Colors of #D7AF80
Black with #D7AF80
Text Example
Text Example
White with #D7AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF80; }
p { color: rgb(215,175,128); }
H1.HeaderClassName
{
color: #D7AF80;
}
.AnyTagClassName
{
color: #D7AF80;
}
</style>
background-color css
<style>
a { background-color: #D7AF80; }
a { background-color: rgb(215,175,128); }
div.DivClassName
{
background-color: #D7AF80;
}
.BgClassName
{
background-color: #D7AF80;
}
</style>
border-color css
<style>
span { border-color: #D7AF80; }
span { border-color: rgb(215,175,128); }
td.TdClassName
{
border-color: #D7AF80;
}
.TagClassName
{
border-color: #D7AF80;
}
</style>