Shades of Calico #D8AD81
Tints of Calico #D8AD81
RGB
CMYK
RGB Variations
Color information
#D8AD81 (or 0xD8AD81) is known color: Calico. HEX triplet: D8, AD and 81. RGB value is (216,173,129). Sum of RGB (Red+Green+Blue) = 216+173+129=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD81 is #27527E. Grayscale: #B5B5B5. Windows color (decimal): -2577023 or 8498648. OLE color: 8498648.
HSL color Cylindrical-coordinate representation of color #D8AD81: hue angle of 30.34º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8AD81 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 129 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.15 |
| HSL | 30.34º | 0.53% | 0.68% | - |
| HSV(B) | 30.34º | 0.4% | 0.85% | - |
| XYZ | 47.22 | 46.07 | 27.17 | - |
| YUV | 180.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 129 | 0 | 0.20 | 0.40 | 0.15 | 30.34 | 0.53 | 0.68 |
| Hex | D8 | AD | 81 | 0 | 14 | 28 | F | 1E | 35 | 44 |
| Octal | 330 | 255 | 201 | 0 | 24 | 50 | 17 | 36 | 65 | 104 |
| Binary | 11011000 | 10101101 | 10000001 | 0 | 10100 | 101000 | 1111 | 11110 | 110101 | 1000100 |
Color Harmonies of #D8AD81
Complementary color
Monochromatic Colors of #D8AD81
Black with #D8AD81
Text Example
Text Example
White with #D8AD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD81; }
p { color: rgb(216,173,129); }
H1.HeaderClassName
{
color: #D8AD81;
}
.AnyTagClassName
{
color: #D8AD81;
}
</style>
background-color css
<style>
a { background-color: #D8AD81; }
a { background-color: rgb(216,173,129); }
div.DivClassName
{
background-color: #D8AD81;
}
.BgClassName
{
background-color: #D8AD81;
}
</style>
border-color css
<style>
span { border-color: #D8AD81; }
span { border-color: rgb(216,173,129); }
td.TdClassName
{
border-color: #D8AD81;
}
.TagClassName
{
border-color: #D8AD81;
}
</style>