Shades of Calico #D1B085
Tints of Calico #D1B085
RGB
CMYK
RGB Variations
Color information
#D1B085 (or 0xD1B085) is known color: Calico. HEX triplet: D1, B0 and 85. RGB value is (209,176,133). Sum of RGB (Red+Green+Blue) = 209+176+133=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B085 is #2E4F7A. Grayscale: #B5B5B5. Windows color (decimal): -3035003 or 8761553. OLE color: 8761553.
HSL color Cylindrical-coordinate representation of color #D1B085: hue angle of 33.95º degrees, saturation: 0.45, 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 #D1B085 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 133 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.18 |
| HSL | 33.95º | 0.45% | 0.67% | - |
| HSV(B) | 33.95º | 0.36% | 0.82% | - |
| XYZ | 46.05 | 46.3 | 28.7 | - |
| YUV | 180.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 133 | 0 | 0.16 | 0.36 | 0.18 | 33.95 | 0.45 | 0.67 |
| Hex | D1 | B0 | 85 | 0 | 10 | 24 | 12 | 22 | 2D | 43 |
| Octal | 321 | 260 | 205 | 0 | 20 | 44 | 22 | 42 | 55 | 103 |
| Binary | 11010001 | 10110000 | 10000101 | 0 | 10000 | 100100 | 10010 | 100010 | 101101 | 1000011 |
Color Harmonies of #D1B085
Complementary color
Monochromatic Colors of #D1B085
Black with #D1B085
Text Example
Text Example
White with #D1B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B085; }
p { color: rgb(209,176,133); }
H1.HeaderClassName
{
color: #D1B085;
}
.AnyTagClassName
{
color: #D1B085;
}
</style>
background-color css
<style>
a { background-color: #D1B085; }
a { background-color: rgb(209,176,133); }
div.DivClassName
{
background-color: #D1B085;
}
.BgClassName
{
background-color: #D1B085;
}
</style>
border-color css
<style>
span { border-color: #D1B085; }
span { border-color: rgb(209,176,133); }
td.TdClassName
{
border-color: #D1B085;
}
.TagClassName
{
border-color: #D1B085;
}
</style>