Shades of Calico #D8AE7D
Tints of Calico #D8AE7D
RGB
CMYK
RGB Variations
Color information
#D8AE7D (or 0xD8AE7D) is known color: Calico. HEX triplet: D8, AE and 7D. RGB value is (216,174,125). Sum of RGB (Red+Green+Blue) = 216+174+125=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE7D is #275182. Grayscale: #B5B5B5. Windows color (decimal): -2576771 or 8236760. OLE color: 8236760.
HSL color Cylindrical-coordinate representation of color #D8AE7D: hue angle of 32.31º 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 #D8AE7D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 125 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.15 |
| HSL | 32.31º | 0.54% | 0.67% | - |
| HSV(B) | 32.31º | 0.42% | 0.85% | - |
| XYZ | 47.16 | 46.35 | 25.86 | - |
| YUV | 180.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 125 | 0 | 0.19 | 0.42 | 0.15 | 32.31 | 0.54 | 0.67 |
| Hex | D8 | AE | 7D | 0 | 13 | 2A | F | 20 | 36 | 43 |
| Octal | 330 | 256 | 175 | 0 | 23 | 52 | 17 | 40 | 66 | 103 |
| Binary | 11011000 | 10101110 | 1111101 | 0 | 10011 | 101010 | 1111 | 100000 | 110110 | 1000011 |
Color Harmonies of #D8AE7D
Complementary color
Monochromatic Colors of #D8AE7D
Black with #D8AE7D
Text Example
Text Example
White with #D8AE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AE7D; }
p { color: rgb(216,174,125); }
H1.HeaderClassName
{
color: #D8AE7D;
}
.AnyTagClassName
{
color: #D8AE7D;
}
</style>
background-color css
<style>
a { background-color: #D8AE7D; }
a { background-color: rgb(216,174,125); }
div.DivClassName
{
background-color: #D8AE7D;
}
.BgClassName
{
background-color: #D8AE7D;
}
</style>
border-color css
<style>
span { border-color: #D8AE7D; }
span { border-color: rgb(216,174,125); }
td.TdClassName
{
border-color: #D8AE7D;
}
.TagClassName
{
border-color: #D8AE7D;
}
</style>