Shades of Calico #D0B087
Tints of Calico #D0B087
RGB
CMYK
RGB Variations
Color information
#D0B087 (or 0xD0B087) is known color: Calico. HEX triplet: D0, B0 and 87. RGB value is (208,176,135). Sum of RGB (Red+Green+Blue) = 208+176+135=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B087 is #2F4F78. Grayscale: #B5B5B5. Windows color (decimal): -3100537 or 8892624. OLE color: 8892624.
HSL color Cylindrical-coordinate representation of color #D0B087: hue angle of 33.7º degrees, saturation: 0.44, 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 #D0B087 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 176 | 135 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.18 |
| HSL | 33.7º | 0.44% | 0.67% | - |
| HSV(B) | 33.7º | 0.35% | 0.82% | - |
| XYZ | 45.91 | 46.21 | 29.42 | - |
| YUV | 180.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 135 | 0 | 0.15 | 0.35 | 0.18 | 33.7 | 0.44 | 0.67 |
| Hex | D0 | B0 | 87 | 0 | F | 23 | 12 | 22 | 2C | 43 |
| Octal | 320 | 260 | 207 | 0 | 17 | 43 | 22 | 42 | 54 | 103 |
| Binary | 11010000 | 10110000 | 10000111 | 0 | 1111 | 100011 | 10010 | 100010 | 101100 | 1000011 |
Color Harmonies of #D0B087
Complementary color
Monochromatic Colors of #D0B087
Black with #D0B087
Text Example
Text Example
White with #D0B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B087; }
p { color: rgb(208,176,135); }
H1.HeaderClassName
{
color: #D0B087;
}
.AnyTagClassName
{
color: #D0B087;
}
</style>
background-color css
<style>
a { background-color: #D0B087; }
a { background-color: rgb(208,176,135); }
div.DivClassName
{
background-color: #D0B087;
}
.BgClassName
{
background-color: #D0B087;
}
</style>
border-color css
<style>
span { border-color: #D0B087; }
span { border-color: rgb(208,176,135); }
td.TdClassName
{
border-color: #D0B087;
}
.TagClassName
{
border-color: #D0B087;
}
</style>