Shades of Calico #D5AB78
Tints of Calico #D5AB78
RGB
CMYK
RGB Variations
Color information
#D5AB78 (or 0xD5AB78) is known color: Calico. HEX triplet: D5, AB and 78. RGB value is (213,171,120). Sum of RGB (Red+Green+Blue) = 213+171+120=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB78 is #2A5487. Grayscale: #B1B1B1. Windows color (decimal): -2774152 or 7908309. OLE color: 7908309.
HSL color Cylindrical-coordinate representation of color #D5AB78: hue angle of 32.9º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5AB78 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 120 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.16 |
| HSL | 32.9º | 0.53% | 0.65% | - |
| HSV(B) | 32.9º | 0.44% | 0.84% | - |
| XYZ | 45.39 | 44.63 | 23.99 | - |
| YUV | 177.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 120 | 0 | 0.20 | 0.44 | 0.16 | 32.9 | 0.53 | 0.65 |
| Hex | D5 | AB | 78 | 0 | 14 | 2C | 10 | 21 | 35 | 41 |
| Octal | 325 | 253 | 170 | 0 | 24 | 54 | 20 | 41 | 65 | 101 |
| Binary | 11010101 | 10101011 | 1111000 | 0 | 10100 | 101100 | 10000 | 100001 | 110101 | 1000001 |
Color Harmonies of #D5AB78
Complementary color
Monochromatic Colors of #D5AB78
Black with #D5AB78
Text Example
Text Example
White with #D5AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB78; }
p { color: rgb(213,171,120); }
H1.HeaderClassName
{
color: #D5AB78;
}
.AnyTagClassName
{
color: #D5AB78;
}
</style>
background-color css
<style>
a { background-color: #D5AB78; }
a { background-color: rgb(213,171,120); }
div.DivClassName
{
background-color: #D5AB78;
}
.BgClassName
{
background-color: #D5AB78;
}
</style>
border-color css
<style>
span { border-color: #D5AB78; }
span { border-color: rgb(213,171,120); }
td.TdClassName
{
border-color: #D5AB78;
}
.TagClassName
{
border-color: #D5AB78;
}
</style>