Shades of Calico #D7B087
Tints of Calico #D7B087
RGB
CMYK
RGB Variations
Color information
#D7B087 (or 0xD7B087) is known color: Calico. HEX triplet: D7, B0 and 87. RGB value is (215,176,135). Sum of RGB (Red+Green+Blue) = 215+176+135=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B087 is #284F78. Grayscale: #B7B7B7. Windows color (decimal): -2641785 or 8892631. OLE color: 8892631.
HSL color Cylindrical-coordinate representation of color #D7B087: hue angle of 30.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7B087 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 135 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.16 |
| HSL | 30.75º | 0.5% | 0.69% | - |
| HSV(B) | 30.75º | 0.37% | 0.84% | - |
| XYZ | 47.92 | 47.25 | 29.52 | - |
| YUV | 182.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 135 | 0 | 0.18 | 0.37 | 0.16 | 30.75 | 0.5 | 0.69 |
| Hex | D7 | B0 | 87 | 0 | 12 | 25 | 10 | 1F | 32 | 45 |
| Octal | 327 | 260 | 207 | 0 | 22 | 45 | 20 | 37 | 62 | 105 |
| Binary | 11010111 | 10110000 | 10000111 | 0 | 10010 | 100101 | 10000 | 11111 | 110010 | 1000101 |
Color Harmonies of #D7B087
Complementary color
Monochromatic Colors of #D7B087
Black with #D7B087
Text Example
Text Example
White with #D7B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B087; }
p { color: rgb(215,176,135); }
H1.HeaderClassName
{
color: #D7B087;
}
.AnyTagClassName
{
color: #D7B087;
}
</style>
background-color css
<style>
a { background-color: #D7B087; }
a { background-color: rgb(215,176,135); }
div.DivClassName
{
background-color: #D7B087;
}
.BgClassName
{
background-color: #D7B087;
}
</style>
border-color css
<style>
span { border-color: #D7B087; }
span { border-color: rgb(215,176,135); }
td.TdClassName
{
border-color: #D7B087;
}
.TagClassName
{
border-color: #D7B087;
}
</style>