Shades of Calico #D5AB8D
Tints of Calico #D5AB8D
RGB
CMYK
RGB Variations
Color information
#D5AB8D (or 0xD5AB8D) is known color: Calico. HEX triplet: D5, AB and 8D. RGB value is (213,171,141). Sum of RGB (Red+Green+Blue) = 213+171+141=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB8D is #2A5472. Grayscale: #B4B4B4. Windows color (decimal): -2774131 or 9284565. OLE color: 9284565.
HSL color Cylindrical-coordinate representation of color #D5AB8D: hue angle of 25º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5AB8D is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 141 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.16 |
| HSL | 25º | 0.46% | 0.69% | - |
| HSV(B) | 25º | 0.34% | 0.84% | - |
| XYZ | 46.81 | 45.2 | 31.46 | - |
| YUV | 180.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 141 | 0 | 0.20 | 0.34 | 0.16 | 25 | 0.46 | 0.69 |
| Hex | D5 | AB | 8D | 0 | 14 | 22 | 10 | 19 | 2E | 45 |
| Octal | 325 | 253 | 215 | 0 | 24 | 42 | 20 | 31 | 56 | 105 |
| Binary | 11010101 | 10101011 | 10001101 | 0 | 10100 | 100010 | 10000 | 11001 | 101110 | 1000101 |
Color Harmonies of #D5AB8D
Complementary color
Monochromatic Colors of #D5AB8D
Black with #D5AB8D
Text Example
Text Example
White with #D5AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB8D; }
p { color: rgb(213,171,141); }
H1.HeaderClassName
{
color: #D5AB8D;
}
.AnyTagClassName
{
color: #D5AB8D;
}
</style>
background-color css
<style>
a { background-color: #D5AB8D; }
a { background-color: rgb(213,171,141); }
div.DivClassName
{
background-color: #D5AB8D;
}
.BgClassName
{
background-color: #D5AB8D;
}
</style>
border-color css
<style>
span { border-color: #D5AB8D; }
span { border-color: rgb(213,171,141); }
td.TdClassName
{
border-color: #D5AB8D;
}
.TagClassName
{
border-color: #D5AB8D;
}
</style>