Shades of Calico #D9B087
Tints of Calico #D9B087
RGB
CMYK
RGB Variations
Color information
#D9B087 (or 0xD9B087) is known color: Calico. HEX triplet: D9, B0 and 87. RGB value is (217,176,135). Sum of RGB (Red+Green+Blue) = 217+176+135=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B087 is #264F78. Grayscale: #B7B7B7. Windows color (decimal): -2510713 or 8892633. OLE color: 8892633.
HSL color Cylindrical-coordinate representation of color #D9B087: hue angle of 30º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9B087 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 135 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.15 |
| HSL | 30º | 0.52% | 0.69% | - |
| HSV(B) | 30º | 0.38% | 0.85% | - |
| XYZ | 48.51 | 47.55 | 29.54 | - |
| YUV | 183.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 135 | 0 | 0.19 | 0.38 | 0.15 | 30 | 0.52 | 0.69 |
| Hex | D9 | B0 | 87 | 0 | 13 | 26 | F | 1E | 34 | 45 |
| Octal | 331 | 260 | 207 | 0 | 23 | 46 | 17 | 36 | 64 | 105 |
| Binary | 11011001 | 10110000 | 10000111 | 0 | 10011 | 100110 | 1111 | 11110 | 110100 | 1000101 |
Color Harmonies of #D9B087
Complementary color
Monochromatic Colors of #D9B087
Black with #D9B087
Text Example
Text Example
White with #D9B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B087; }
p { color: rgb(217,176,135); }
H1.HeaderClassName
{
color: #D9B087;
}
.AnyTagClassName
{
color: #D9B087;
}
</style>
background-color css
<style>
a { background-color: #D9B087; }
a { background-color: rgb(217,176,135); }
div.DivClassName
{
background-color: #D9B087;
}
.BgClassName
{
background-color: #D9B087;
}
</style>
border-color css
<style>
span { border-color: #D9B087; }
span { border-color: rgb(217,176,135); }
td.TdClassName
{
border-color: #D9B087;
}
.TagClassName
{
border-color: #D9B087;
}
</style>