Shades of Calico #D8B57C
Tints of Calico #D8B57C
RGB
CMYK
RGB Variations
Color information
#D8B57C (or 0xD8B57C) is known color: Calico. HEX triplet: D8, B5 and 7C. RGB value is (216,181,124). Sum of RGB (Red+Green+Blue) = 216+181+124=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B57C is #274A83. Grayscale: #B9B9B9. Windows color (decimal): -2574980 or 8173016. OLE color: 8173016.
HSL color Cylindrical-coordinate representation of color #D8B57C: hue angle of 37.17º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8B57C is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 124 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.15 |
| HSL | 37.17º | 0.54% | 0.67% | - |
| HSV(B) | 37.17º | 0.43% | 0.85% | - |
| XYZ | 48.48 | 49.1 | 25.99 | - |
| YUV | 184.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 124 | 0 | 0.16 | 0.43 | 0.15 | 37.17 | 0.54 | 0.67 |
| Hex | D8 | B5 | 7C | 0 | 10 | 2B | F | 25 | 36 | 43 |
| Octal | 330 | 265 | 174 | 0 | 20 | 53 | 17 | 45 | 66 | 103 |
| Binary | 11011000 | 10110101 | 1111100 | 0 | 10000 | 101011 | 1111 | 100101 | 110110 | 1000011 |
Color Harmonies of #D8B57C
Complementary color
Monochromatic Colors of #D8B57C
Black with #D8B57C
Text Example
Text Example
White with #D8B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B57C; }
p { color: rgb(216,181,124); }
H1.HeaderClassName
{
color: #D8B57C;
}
.AnyTagClassName
{
color: #D8B57C;
}
</style>
background-color css
<style>
a { background-color: #D8B57C; }
a { background-color: rgb(216,181,124); }
div.DivClassName
{
background-color: #D8B57C;
}
.BgClassName
{
background-color: #D8B57C;
}
</style>
border-color css
<style>
span { border-color: #D8B57C; }
span { border-color: rgb(216,181,124); }
td.TdClassName
{
border-color: #D8B57C;
}
.TagClassName
{
border-color: #D8B57C;
}
</style>