Shades of Calico #D9B187
Tints of Calico #D9B187
RGB
CMYK
RGB Variations
Color information
#D9B187 (or 0xD9B187) is known color: Calico. HEX triplet: D9, B1 and 87. RGB value is (217,177,135). Sum of RGB (Red+Green+Blue) = 217+177+135=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B187 is #264E78. Grayscale: #B8B8B8. Windows color (decimal): -2510457 or 8892889. OLE color: 8892889.
HSL color Cylindrical-coordinate representation of color #D9B187: hue angle of 30.73º 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 #D9B187 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 135 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.15 |
| HSL | 30.73º | 0.52% | 0.69% | - |
| HSV(B) | 30.73º | 0.38% | 0.85% | - |
| XYZ | 48.71 | 47.95 | 29.61 | - |
| YUV | 184.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 135 | 0 | 0.18 | 0.38 | 0.15 | 30.73 | 0.52 | 0.69 |
| Hex | D9 | B1 | 87 | 0 | 12 | 26 | F | 1F | 34 | 45 |
| Octal | 331 | 261 | 207 | 0 | 22 | 46 | 17 | 37 | 64 | 105 |
| Binary | 11011001 | 10110001 | 10000111 | 0 | 10010 | 100110 | 1111 | 11111 | 110100 | 1000101 |
Color Harmonies of #D9B187
Complementary color
Monochromatic Colors of #D9B187
Black with #D9B187
Text Example
Text Example
White with #D9B187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B187; }
p { color: rgb(217,177,135); }
H1.HeaderClassName
{
color: #D9B187;
}
.AnyTagClassName
{
color: #D9B187;
}
</style>
background-color css
<style>
a { background-color: #D9B187; }
a { background-color: rgb(217,177,135); }
div.DivClassName
{
background-color: #D9B187;
}
.BgClassName
{
background-color: #D9B187;
}
</style>
border-color css
<style>
span { border-color: #D9B187; }
span { border-color: rgb(217,177,135); }
td.TdClassName
{
border-color: #D9B187;
}
.TagClassName
{
border-color: #D9B187;
}
</style>