Shades of Calico #D8AD80
Tints of Calico #D8AD80
RGB
CMYK
RGB Variations
Color information
#D8AD80 (or 0xD8AD80) is known color: Calico. HEX triplet: D8, AD and 80. RGB value is (216,173,128). Sum of RGB (Red+Green+Blue) = 216+173+128=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD80 is #27527F. Grayscale: #B4B4B4. Windows color (decimal): -2577024 or 8433112. OLE color: 8433112.
HSL color Cylindrical-coordinate representation of color #D8AD80: hue angle of 30.68º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8AD80 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 128 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.15 |
| HSL | 30.68º | 0.53% | 0.67% | - |
| HSV(B) | 30.68º | 0.41% | 0.85% | - |
| XYZ | 47.16 | 46.04 | 26.82 | - |
| YUV | 180.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 128 | 0 | 0.20 | 0.41 | 0.15 | 30.68 | 0.53 | 0.67 |
| Hex | D8 | AD | 80 | 0 | 14 | 29 | F | 1F | 35 | 43 |
| Octal | 330 | 255 | 200 | 0 | 24 | 51 | 17 | 37 | 65 | 103 |
| Binary | 11011000 | 10101101 | 10000000 | 0 | 10100 | 101001 | 1111 | 11111 | 110101 | 1000011 |
Color Harmonies of #D8AD80
Complementary color
Monochromatic Colors of #D8AD80
Black with #D8AD80
Text Example
Text Example
White with #D8AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD80; }
p { color: rgb(216,173,128); }
H1.HeaderClassName
{
color: #D8AD80;
}
.AnyTagClassName
{
color: #D8AD80;
}
</style>
background-color css
<style>
a { background-color: #D8AD80; }
a { background-color: rgb(216,173,128); }
div.DivClassName
{
background-color: #D8AD80;
}
.BgClassName
{
background-color: #D8AD80;
}
</style>
border-color css
<style>
span { border-color: #D8AD80; }
span { border-color: rgb(216,173,128); }
td.TdClassName
{
border-color: #D8AD80;
}
.TagClassName
{
border-color: #D8AD80;
}
</style>