Shades of Calico #D7AF87
Tints of Calico #D7AF87
RGB
CMYK
RGB Variations
Color information
#D7AF87 (or 0xD7AF87) is known color: Calico. HEX triplet: D7, AF and 87. RGB value is (215,175,135). Sum of RGB (Red+Green+Blue) = 215+175+135=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF87 is #285078. Grayscale: #B6B6B6. Windows color (decimal): -2642041 or 8892375. OLE color: 8892375.
HSL color Cylindrical-coordinate representation of color #D7AF87: hue angle of 30º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7AF87 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 135 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.16 |
| HSL | 30º | 0.5% | 0.69% | - |
| HSV(B) | 30º | 0.37% | 0.84% | - |
| XYZ | 47.73 | 46.86 | 29.45 | - |
| YUV | 182.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 135 | 0 | 0.19 | 0.37 | 0.16 | 30 | 0.5 | 0.69 |
| Hex | D7 | AF | 87 | 0 | 13 | 25 | 10 | 1E | 32 | 45 |
| Octal | 327 | 257 | 207 | 0 | 23 | 45 | 20 | 36 | 62 | 105 |
| Binary | 11010111 | 10101111 | 10000111 | 0 | 10011 | 100101 | 10000 | 11110 | 110010 | 1000101 |
Color Harmonies of #D7AF87
Complementary color
Monochromatic Colors of #D7AF87
Black with #D7AF87
Text Example
Text Example
White with #D7AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF87; }
p { color: rgb(215,175,135); }
H1.HeaderClassName
{
color: #D7AF87;
}
.AnyTagClassName
{
color: #D7AF87;
}
</style>
background-color css
<style>
a { background-color: #D7AF87; }
a { background-color: rgb(215,175,135); }
div.DivClassName
{
background-color: #D7AF87;
}
.BgClassName
{
background-color: #D7AF87;
}
</style>
border-color css
<style>
span { border-color: #D7AF87; }
span { border-color: rgb(215,175,135); }
td.TdClassName
{
border-color: #D7AF87;
}
.TagClassName
{
border-color: #D7AF87;
}
</style>