Shades of Calico #D5AD87
Tints of Calico #D5AD87
RGB
CMYK
RGB Variations
Color information
#D5AD87 (or 0xD5AD87) is known color: Calico. HEX triplet: D5, AD and 87. RGB value is (213,173,135). Sum of RGB (Red+Green+Blue) = 213+173+135=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD87 is #2A5278. Grayscale: #B4B4B4. Windows color (decimal): -2773625 or 8891861. OLE color: 8891861.
HSL color Cylindrical-coordinate representation of color #D5AD87: hue angle of 29.23º degrees, saturation: 0.48, 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 #D5AD87 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 135 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.16 |
| HSL | 29.23º | 0.48% | 0.68% | - |
| HSV(B) | 29.23º | 0.37% | 0.84% | - |
| XYZ | 46.76 | 45.78 | 29.29 | - |
| YUV | 180.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 135 | 0 | 0.19 | 0.37 | 0.16 | 29.23 | 0.48 | 0.68 |
| Hex | D5 | AD | 87 | 0 | 13 | 25 | 10 | 1D | 30 | 44 |
| Octal | 325 | 255 | 207 | 0 | 23 | 45 | 20 | 35 | 60 | 104 |
| Binary | 11010101 | 10101101 | 10000111 | 0 | 10011 | 100101 | 10000 | 11101 | 110000 | 1000100 |
Color Harmonies of #D5AD87
Complementary color
Monochromatic Colors of #D5AD87
Black with #D5AD87
Text Example
Text Example
White with #D5AD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD87; }
p { color: rgb(213,173,135); }
H1.HeaderClassName
{
color: #D5AD87;
}
.AnyTagClassName
{
color: #D5AD87;
}
</style>
background-color css
<style>
a { background-color: #D5AD87; }
a { background-color: rgb(213,173,135); }
div.DivClassName
{
background-color: #D5AD87;
}
.BgClassName
{
background-color: #D5AD87;
}
</style>
border-color css
<style>
span { border-color: #D5AD87; }
span { border-color: rgb(213,173,135); }
td.TdClassName
{
border-color: #D5AD87;
}
.TagClassName
{
border-color: #D5AD87;
}
</style>