Shades of Calico #D1B087
Tints of Calico #D1B087
RGB
CMYK
RGB Variations
Color information
#D1B087 (or 0xD1B087) is known color: Calico. HEX triplet: D1, B0 and 87. RGB value is (209,176,135). Sum of RGB (Red+Green+Blue) = 209+176+135=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B087 is #2E4F78. Grayscale: #B5B5B5. Windows color (decimal): -3035001 or 8892625. OLE color: 8892625.
HSL color Cylindrical-coordinate representation of color #D1B087: hue angle of 33.24º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1B087 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 135 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.18 |
| HSL | 33.24º | 0.45% | 0.67% | - |
| HSV(B) | 33.24º | 0.35% | 0.82% | - |
| XYZ | 46.19 | 46.36 | 29.43 | - |
| YUV | 181.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 135 | 0 | 0.16 | 0.35 | 0.18 | 33.24 | 0.45 | 0.67 |
| Hex | D1 | B0 | 87 | 0 | 10 | 23 | 12 | 21 | 2D | 43 |
| Octal | 321 | 260 | 207 | 0 | 20 | 43 | 22 | 41 | 55 | 103 |
| Binary | 11010001 | 10110000 | 10000111 | 0 | 10000 | 100011 | 10010 | 100001 | 101101 | 1000011 |
Color Harmonies of #D1B087
Complementary color
Monochromatic Colors of #D1B087
Black with #D1B087
Text Example
Text Example
White with #D1B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B087; }
p { color: rgb(209,176,135); }
H1.HeaderClassName
{
color: #D1B087;
}
.AnyTagClassName
{
color: #D1B087;
}
</style>
background-color css
<style>
a { background-color: #D1B087; }
a { background-color: rgb(209,176,135); }
div.DivClassName
{
background-color: #D1B087;
}
.BgClassName
{
background-color: #D1B087;
}
</style>
border-color css
<style>
span { border-color: #D1B087; }
span { border-color: rgb(209,176,135); }
td.TdClassName
{
border-color: #D1B087;
}
.TagClassName
{
border-color: #D1B087;
}
</style>