Shades of Calico #D8B47A
Tints of Calico #D8B47A
RGB
CMYK
RGB Variations
Color information
#D8B47A (or 0xD8B47A) is known color: Calico. HEX triplet: D8, B4 and 7A. RGB value is (216,180,122). Sum of RGB (Red+Green+Blue) = 216+180+122=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B47A is #274B85. Grayscale: #B8B8B8. Windows color (decimal): -2575238 or 8041688. OLE color: 8041688.
HSL color Cylindrical-coordinate representation of color #D8B47A: hue angle of 37.02º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8B47A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 122 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.15 |
| HSL | 37.02º | 0.55% | 0.66% | - |
| HSV(B) | 37.02º | 0.44% | 0.85% | - |
| XYZ | 48.15 | 48.65 | 25.26 | - |
| YUV | 184.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 122 | 0 | 0.17 | 0.44 | 0.15 | 37.02 | 0.55 | 0.66 |
| Hex | D8 | B4 | 7A | 0 | 11 | 2C | F | 25 | 37 | 42 |
| Octal | 330 | 264 | 172 | 0 | 21 | 54 | 17 | 45 | 67 | 102 |
| Binary | 11011000 | 10110100 | 1111010 | 0 | 10001 | 101100 | 1111 | 100101 | 110111 | 1000010 |
Color Harmonies of #D8B47A
Complementary color
Monochromatic Colors of #D8B47A
Black with #D8B47A
Text Example
Text Example
White with #D8B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B47A; }
p { color: rgb(216,180,122); }
H1.HeaderClassName
{
color: #D8B47A;
}
.AnyTagClassName
{
color: #D8B47A;
}
</style>
background-color css
<style>
a { background-color: #D8B47A; }
a { background-color: rgb(216,180,122); }
div.DivClassName
{
background-color: #D8B47A;
}
.BgClassName
{
background-color: #D8B47A;
}
</style>
border-color css
<style>
span { border-color: #D8B47A; }
span { border-color: rgb(216,180,122); }
td.TdClassName
{
border-color: #D8B47A;
}
.TagClassName
{
border-color: #D8B47A;
}
</style>