Shades of Calico #D8AE7E
Tints of Calico #D8AE7E
RGB
CMYK
RGB Variations
Color information
#D8AE7E (or 0xD8AE7E) is known color: Calico. HEX triplet: D8, AE and 7E. RGB value is (216,174,126). Sum of RGB (Red+Green+Blue) = 216+174+126=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE7E is #275181. Grayscale: #B5B5B5. Windows color (decimal): -2576770 or 8302296. OLE color: 8302296.
HSL color Cylindrical-coordinate representation of color #D8AE7E: hue angle of 32º 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 #D8AE7E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 126 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.15 |
| HSL | 32º | 0.54% | 0.67% | - |
| HSV(B) | 32º | 0.42% | 0.85% | - |
| XYZ | 47.22 | 46.38 | 26.2 | - |
| YUV | 181.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 126 | 0 | 0.19 | 0.42 | 0.15 | 32 | 0.54 | 0.67 |
| Hex | D8 | AE | 7E | 0 | 13 | 2A | F | 20 | 36 | 43 |
| Octal | 330 | 256 | 176 | 0 | 23 | 52 | 17 | 40 | 66 | 103 |
| Binary | 11011000 | 10101110 | 1111110 | 0 | 10011 | 101010 | 1111 | 100000 | 110110 | 1000011 |
Color Harmonies of #D8AE7E
Complementary color
Monochromatic Colors of #D8AE7E
Black with #D8AE7E
Text Example
Text Example
White with #D8AE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AE7E; }
p { color: rgb(216,174,126); }
H1.HeaderClassName
{
color: #D8AE7E;
}
.AnyTagClassName
{
color: #D8AE7E;
}
</style>
background-color css
<style>
a { background-color: #D8AE7E; }
a { background-color: rgb(216,174,126); }
div.DivClassName
{
background-color: #D8AE7E;
}
.BgClassName
{
background-color: #D8AE7E;
}
</style>
border-color css
<style>
span { border-color: #D8AE7E; }
span { border-color: rgb(216,174,126); }
td.TdClassName
{
border-color: #D8AE7E;
}
.TagClassName
{
border-color: #D8AE7E;
}
</style>