Shades of Calico #D8AD7E
Tints of Calico #D8AD7E
RGB
CMYK
RGB Variations
Color information
#D8AD7E (or 0xD8AD7E) is known color: Calico. HEX triplet: D8, AD and 7E. RGB value is (216,173,126). Sum of RGB (Red+Green+Blue) = 216+173+126=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD7E is #275281. Grayscale: #B4B4B4. Windows color (decimal): -2577026 or 8302040. OLE color: 8302040.
HSL color Cylindrical-coordinate representation of color #D8AD7E: hue angle of 31.33º 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 #D8AD7E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 126 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.15 |
| HSL | 31.33º | 0.54% | 0.67% | - |
| HSV(B) | 31.33º | 0.42% | 0.85% | - |
| XYZ | 47.03 | 45.99 | 26.14 | - |
| YUV | 180.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 126 | 0 | 0.20 | 0.42 | 0.15 | 31.33 | 0.54 | 0.67 |
| Hex | D8 | AD | 7E | 0 | 14 | 2A | F | 1F | 36 | 43 |
| Octal | 330 | 255 | 176 | 0 | 24 | 52 | 17 | 37 | 66 | 103 |
| Binary | 11011000 | 10101101 | 1111110 | 0 | 10100 | 101010 | 1111 | 11111 | 110110 | 1000011 |
Color Harmonies of #D8AD7E
Complementary color
Monochromatic Colors of #D8AD7E
Black with #D8AD7E
Text Example
Text Example
White with #D8AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD7E; }
p { color: rgb(216,173,126); }
H1.HeaderClassName
{
color: #D8AD7E;
}
.AnyTagClassName
{
color: #D8AD7E;
}
</style>
background-color css
<style>
a { background-color: #D8AD7E; }
a { background-color: rgb(216,173,126); }
div.DivClassName
{
background-color: #D8AD7E;
}
.BgClassName
{
background-color: #D8AD7E;
}
</style>
border-color css
<style>
span { border-color: #D8AD7E; }
span { border-color: rgb(216,173,126); }
td.TdClassName
{
border-color: #D8AD7E;
}
.TagClassName
{
border-color: #D8AD7E;
}
</style>