Shades of Calico #D8B17C
Tints of Calico #D8B17C
RGB
CMYK
RGB Variations
Color information
#D8B17C (or 0xD8B17C) is known color: Calico. HEX triplet: D8, B1 and 7C. RGB value is (216,177,124). Sum of RGB (Red+Green+Blue) = 216+177+124=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B17C is #274E83. Grayscale: #B6B6B6. Windows color (decimal): -2576004 or 8171992. OLE color: 8171992.
HSL color Cylindrical-coordinate representation of color #D8B17C: hue angle of 34.57º 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 #D8B17C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 124 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.15 |
| HSL | 34.57º | 0.54% | 0.67% | - |
| HSV(B) | 34.57º | 0.43% | 0.85% | - |
| XYZ | 47.68 | 47.5 | 25.72 | - |
| YUV | 182.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 124 | 0 | 0.18 | 0.43 | 0.15 | 34.57 | 0.54 | 0.67 |
| Hex | D8 | B1 | 7C | 0 | 12 | 2B | F | 23 | 36 | 43 |
| Octal | 330 | 261 | 174 | 0 | 22 | 53 | 17 | 43 | 66 | 103 |
| Binary | 11011000 | 10110001 | 1111100 | 0 | 10010 | 101011 | 1111 | 100011 | 110110 | 1000011 |
Color Harmonies of #D8B17C
Complementary color
Monochromatic Colors of #D8B17C
Black with #D8B17C
Text Example
Text Example
White with #D8B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B17C; }
p { color: rgb(216,177,124); }
H1.HeaderClassName
{
color: #D8B17C;
}
.AnyTagClassName
{
color: #D8B17C;
}
</style>
background-color css
<style>
a { background-color: #D8B17C; }
a { background-color: rgb(216,177,124); }
div.DivClassName
{
background-color: #D8B17C;
}
.BgClassName
{
background-color: #D8B17C;
}
</style>
border-color css
<style>
span { border-color: #D8B17C; }
span { border-color: rgb(216,177,124); }
td.TdClassName
{
border-color: #D8B17C;
}
.TagClassName
{
border-color: #D8B17C;
}
</style>