Shades of Calico #D9B47C
Tints of Calico #D9B47C
RGB
CMYK
RGB Variations
Color information
#D9B47C (or 0xD9B47C) is known color: Calico. HEX triplet: D9, B4 and 7C. RGB value is (217,180,124). Sum of RGB (Red+Green+Blue) = 217+180+124=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B47C is #264B83. Grayscale: #B8B8B8. Windows color (decimal): -2509700 or 8172761. OLE color: 8172761.
HSL color Cylindrical-coordinate representation of color #D9B47C: hue angle of 36.13º degrees, saturation: 0.55, 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 #D9B47C is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 124 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.15 |
| HSL | 36.13º | 0.55% | 0.67% | - |
| HSV(B) | 36.13º | 0.43% | 0.85% | - |
| XYZ | 48.57 | 48.85 | 25.94 | - |
| YUV | 184.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 124 | 0 | 0.17 | 0.43 | 0.15 | 36.13 | 0.55 | 0.67 |
| Hex | D9 | B4 | 7C | 0 | 11 | 2B | F | 24 | 37 | 43 |
| Octal | 331 | 264 | 174 | 0 | 21 | 53 | 17 | 44 | 67 | 103 |
| Binary | 11011001 | 10110100 | 1111100 | 0 | 10001 | 101011 | 1111 | 100100 | 110111 | 1000011 |
Color Harmonies of #D9B47C
Complementary color
Monochromatic Colors of #D9B47C
Black with #D9B47C
Text Example
Text Example
White with #D9B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B47C; }
p { color: rgb(217,180,124); }
H1.HeaderClassName
{
color: #D9B47C;
}
.AnyTagClassName
{
color: #D9B47C;
}
</style>
background-color css
<style>
a { background-color: #D9B47C; }
a { background-color: rgb(217,180,124); }
div.DivClassName
{
background-color: #D9B47C;
}
.BgClassName
{
background-color: #D9B47C;
}
</style>
border-color css
<style>
span { border-color: #D9B47C; }
span { border-color: rgb(217,180,124); }
td.TdClassName
{
border-color: #D9B47C;
}
.TagClassName
{
border-color: #D9B47C;
}
</style>