Shades of Calico #D2B185
Tints of Calico #D2B185
RGB
CMYK
RGB Variations
Color information
#D2B185 (or 0xD2B185) is known color: Calico. HEX triplet: D2, B1 and 85. RGB value is (210,177,133). Sum of RGB (Red+Green+Blue) = 210+177+133=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B185 is #2D4E7A. Grayscale: #B6B6B6. Windows color (decimal): -2969211 or 8761810. OLE color: 8761810.
HSL color Cylindrical-coordinate representation of color #D2B185: hue angle of 34.29º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2B185 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 133 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.18 |
| HSL | 34.29º | 0.46% | 0.67% | - |
| HSV(B) | 34.29º | 0.37% | 0.82% | - |
| XYZ | 46.53 | 46.84 | 28.78 | - |
| YUV | 181.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 133 | 0 | 0.16 | 0.37 | 0.18 | 34.29 | 0.46 | 0.67 |
| Hex | D2 | B1 | 85 | 0 | 10 | 25 | 12 | 22 | 2E | 43 |
| Octal | 322 | 261 | 205 | 0 | 20 | 45 | 22 | 42 | 56 | 103 |
| Binary | 11010010 | 10110001 | 10000101 | 0 | 10000 | 100101 | 10010 | 100010 | 101110 | 1000011 |
Color Harmonies of #D2B185
Complementary color
Monochromatic Colors of #D2B185
Black with #D2B185
Text Example
Text Example
White with #D2B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B185; }
p { color: rgb(210,177,133); }
H1.HeaderClassName
{
color: #D2B185;
}
.AnyTagClassName
{
color: #D2B185;
}
</style>
background-color css
<style>
a { background-color: #D2B185; }
a { background-color: rgb(210,177,133); }
div.DivClassName
{
background-color: #D2B185;
}
.BgClassName
{
background-color: #D2B185;
}
</style>
border-color css
<style>
span { border-color: #D2B185; }
span { border-color: rgb(210,177,133); }
td.TdClassName
{
border-color: #D2B185;
}
.TagClassName
{
border-color: #D2B185;
}
</style>