Shades of Calico #D0B185
Tints of Calico #D0B185
RGB
CMYK
RGB Variations
Color information
#D0B185 (or 0xD0B185) is known color: Calico. HEX triplet: D0, B1 and 85. RGB value is (208,177,133). Sum of RGB (Red+Green+Blue) = 208+177+133=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B185 is #2F4E7A. Grayscale: #B5B5B5. Windows color (decimal): -3100283 or 8761808. OLE color: 8761808.
HSL color Cylindrical-coordinate representation of color #D0B185: hue angle of 35.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0B185 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 133 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.18 |
| HSL | 35.2º | 0.44% | 0.67% | - |
| HSV(B) | 35.2º | 0.36% | 0.82% | - |
| XYZ | 45.97 | 46.55 | 28.75 | - |
| YUV | 181.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 133 | 0 | 0.15 | 0.36 | 0.18 | 35.2 | 0.44 | 0.67 |
| Hex | D0 | B1 | 85 | 0 | F | 24 | 12 | 23 | 2C | 43 |
| Octal | 320 | 261 | 205 | 0 | 17 | 44 | 22 | 43 | 54 | 103 |
| Binary | 11010000 | 10110001 | 10000101 | 0 | 1111 | 100100 | 10010 | 100011 | 101100 | 1000011 |
Color Harmonies of #D0B185
Complementary color
Monochromatic Colors of #D0B185
Black with #D0B185
Text Example
Text Example
White with #D0B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B185; }
p { color: rgb(208,177,133); }
H1.HeaderClassName
{
color: #D0B185;
}
.AnyTagClassName
{
color: #D0B185;
}
</style>
background-color css
<style>
a { background-color: #D0B185; }
a { background-color: rgb(208,177,133); }
div.DivClassName
{
background-color: #D0B185;
}
.BgClassName
{
background-color: #D0B185;
}
</style>
border-color css
<style>
span { border-color: #D0B185; }
span { border-color: rgb(208,177,133); }
td.TdClassName
{
border-color: #D0B185;
}
.TagClassName
{
border-color: #D0B185;
}
</style>