Shades of Calico #D5AB7C
Tints of Calico #D5AB7C
RGB
CMYK
RGB Variations
Color information
#D5AB7C (or 0xD5AB7C) is known color: Calico. HEX triplet: D5, AB and 7C. RGB value is (213,171,124). Sum of RGB (Red+Green+Blue) = 213+171+124=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB7C is #2A5483. Grayscale: #B2B2B2. Windows color (decimal): -2774148 or 8170453. OLE color: 8170453.
HSL color Cylindrical-coordinate representation of color #D5AB7C: hue angle of 31.69º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5AB7C is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 124 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.16 |
| HSL | 31.69º | 0.51% | 0.66% | - |
| HSV(B) | 31.69º | 0.42% | 0.84% | - |
| XYZ | 45.64 | 44.73 | 25.3 | - |
| YUV | 178.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 124 | 0 | 0.20 | 0.42 | 0.16 | 31.69 | 0.51 | 0.66 |
| Hex | D5 | AB | 7C | 0 | 14 | 2A | 10 | 20 | 33 | 42 |
| Octal | 325 | 253 | 174 | 0 | 24 | 52 | 20 | 40 | 63 | 102 |
| Binary | 11010101 | 10101011 | 1111100 | 0 | 10100 | 101010 | 10000 | 100000 | 110011 | 1000010 |
Color Harmonies of #D5AB7C
Complementary color
Monochromatic Colors of #D5AB7C
Black with #D5AB7C
Text Example
Text Example
White with #D5AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB7C; }
p { color: rgb(213,171,124); }
H1.HeaderClassName
{
color: #D5AB7C;
}
.AnyTagClassName
{
color: #D5AB7C;
}
</style>
background-color css
<style>
a { background-color: #D5AB7C; }
a { background-color: rgb(213,171,124); }
div.DivClassName
{
background-color: #D5AB7C;
}
.BgClassName
{
background-color: #D5AB7C;
}
</style>
border-color css
<style>
span { border-color: #D5AB7C; }
span { border-color: rgb(213,171,124); }
td.TdClassName
{
border-color: #D5AB7C;
}
.TagClassName
{
border-color: #D5AB7C;
}
</style>