Shades of Calico #D8AD83
Tints of Calico #D8AD83
RGB
CMYK
RGB Variations
Color information
#D8AD83 (or 0xD8AD83) is known color: Calico. HEX triplet: D8, AD and 83. RGB value is (216,173,131). Sum of RGB (Red+Green+Blue) = 216+173+131=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD83 is #27527C. Grayscale: #B5B5B5. Windows color (decimal): -2577021 or 8629720. OLE color: 8629720.
HSL color Cylindrical-coordinate representation of color #D8AD83: hue angle of 29.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8AD83 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 131 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.15 |
| HSL | 29.65º | 0.52% | 0.68% | - |
| HSV(B) | 29.65º | 0.39% | 0.85% | - |
| XYZ | 47.36 | 46.12 | 27.88 | - |
| YUV | 181.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 131 | 0 | 0.20 | 0.39 | 0.15 | 29.65 | 0.52 | 0.68 |
| Hex | D8 | AD | 83 | 0 | 14 | 27 | F | 1E | 34 | 44 |
| Octal | 330 | 255 | 203 | 0 | 24 | 47 | 17 | 36 | 64 | 104 |
| Binary | 11011000 | 10101101 | 10000011 | 0 | 10100 | 100111 | 1111 | 11110 | 110100 | 1000100 |
Color Harmonies of #D8AD83
Complementary color
Monochromatic Colors of #D8AD83
Black with #D8AD83
Text Example
Text Example
White with #D8AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD83; }
p { color: rgb(216,173,131); }
H1.HeaderClassName
{
color: #D8AD83;
}
.AnyTagClassName
{
color: #D8AD83;
}
</style>
background-color css
<style>
a { background-color: #D8AD83; }
a { background-color: rgb(216,173,131); }
div.DivClassName
{
background-color: #D8AD83;
}
.BgClassName
{
background-color: #D8AD83;
}
</style>
border-color css
<style>
span { border-color: #D8AD83; }
span { border-color: rgb(216,173,131); }
td.TdClassName
{
border-color: #D8AD83;
}
.TagClassName
{
border-color: #D8AD83;
}
</style>