Shades of Calico #D0B085
Tints of Calico #D0B085
RGB
CMYK
RGB Variations
Color information
#D0B085 (or 0xD0B085) is known color: Calico. HEX triplet: D0, B0 and 85. RGB value is (208,176,133). Sum of RGB (Red+Green+Blue) = 208+176+133=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B085 is #2F4F7A. Grayscale: #B4B4B4. Windows color (decimal): -3100539 or 8761552. OLE color: 8761552.
HSL color Cylindrical-coordinate representation of color #D0B085: hue angle of 34.4º 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 #D0B085 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 176 | 133 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.18 |
| HSL | 34.4º | 0.44% | 0.67% | - |
| HSV(B) | 34.4º | 0.36% | 0.82% | - |
| XYZ | 45.77 | 46.15 | 28.69 | - |
| YUV | 180.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 133 | 0 | 0.15 | 0.36 | 0.18 | 34.4 | 0.44 | 0.67 |
| Hex | D0 | B0 | 85 | 0 | F | 24 | 12 | 22 | 2C | 43 |
| Octal | 320 | 260 | 205 | 0 | 17 | 44 | 22 | 42 | 54 | 103 |
| Binary | 11010000 | 10110000 | 10000101 | 0 | 1111 | 100100 | 10010 | 100010 | 101100 | 1000011 |
Color Harmonies of #D0B085
Complementary color
Monochromatic Colors of #D0B085
Black with #D0B085
Text Example
Text Example
White with #D0B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B085; }
p { color: rgb(208,176,133); }
H1.HeaderClassName
{
color: #D0B085;
}
.AnyTagClassName
{
color: #D0B085;
}
</style>
background-color css
<style>
a { background-color: #D0B085; }
a { background-color: rgb(208,176,133); }
div.DivClassName
{
background-color: #D0B085;
}
.BgClassName
{
background-color: #D0B085;
}
</style>
border-color css
<style>
span { border-color: #D0B085; }
span { border-color: rgb(208,176,133); }
td.TdClassName
{
border-color: #D0B085;
}
.TagClassName
{
border-color: #D0B085;
}
</style>