Shades of Calico #D8AB7E
Tints of Calico #D8AB7E
RGB
CMYK
RGB Variations
Color information
#D8AB7E (or 0xD8AB7E) is known color: Calico. HEX triplet: D8, AB and 7E. RGB value is (216,171,126). Sum of RGB (Red+Green+Blue) = 216+171+126=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB7E is #275481. Grayscale: #B3B3B3. Windows color (decimal): -2577538 or 8301528. OLE color: 8301528.
HSL color Cylindrical-coordinate representation of color #D8AB7E: hue angle of 30º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8AB7E is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 126 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.15 |
| HSL | 30º | 0.54% | 0.67% | - |
| HSV(B) | 30º | 0.42% | 0.85% | - |
| XYZ | 46.65 | 45.23 | 26.01 | - |
| YUV | 179.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 126 | 0 | 0.21 | 0.42 | 0.15 | 30 | 0.54 | 0.67 |
| Hex | D8 | AB | 7E | 0 | 15 | 2A | F | 1E | 36 | 43 |
| Octal | 330 | 253 | 176 | 0 | 25 | 52 | 17 | 36 | 66 | 103 |
| Binary | 11011000 | 10101011 | 1111110 | 0 | 10101 | 101010 | 1111 | 11110 | 110110 | 1000011 |
Color Harmonies of #D8AB7E
Complementary color
Monochromatic Colors of #D8AB7E
Black with #D8AB7E
Text Example
Text Example
White with #D8AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB7E; }
p { color: rgb(216,171,126); }
H1.HeaderClassName
{
color: #D8AB7E;
}
.AnyTagClassName
{
color: #D8AB7E;
}
</style>
background-color css
<style>
a { background-color: #D8AB7E; }
a { background-color: rgb(216,171,126); }
div.DivClassName
{
background-color: #D8AB7E;
}
.BgClassName
{
background-color: #D8AB7E;
}
</style>
border-color css
<style>
span { border-color: #D8AB7E; }
span { border-color: rgb(216,171,126); }
td.TdClassName
{
border-color: #D8AB7E;
}
.TagClassName
{
border-color: #D8AB7E;
}
</style>