Shades of Calico #D2B183
Tints of Calico #D2B183
RGB
CMYK
RGB Variations
Color information
#D2B183 (or 0xD2B183) is known color: Calico. HEX triplet: D2, B1 and 83. RGB value is (210,177,131). Sum of RGB (Red+Green+Blue) = 210+177+131=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B183 is #2D4E7C. Grayscale: #B5B5B5. Windows color (decimal): -2969213 or 8630738. OLE color: 8630738.
HSL color Cylindrical-coordinate representation of color #D2B183: hue angle of 34.94º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2B183 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 131 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.18 |
| HSL | 34.94º | 0.47% | 0.67% | - |
| HSV(B) | 34.94º | 0.38% | 0.82% | - |
| XYZ | 46.4 | 46.78 | 28.06 | - |
| YUV | 181.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 131 | 0 | 0.16 | 0.38 | 0.18 | 34.94 | 0.47 | 0.67 |
| Hex | D2 | B1 | 83 | 0 | 10 | 26 | 12 | 23 | 2F | 43 |
| Octal | 322 | 261 | 203 | 0 | 20 | 46 | 22 | 43 | 57 | 103 |
| Binary | 11010010 | 10110001 | 10000011 | 0 | 10000 | 100110 | 10010 | 100011 | 101111 | 1000011 |
Color Harmonies of #D2B183
Complementary color
Monochromatic Colors of #D2B183
Black with #D2B183
Text Example
Text Example
White with #D2B183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B183; }
p { color: rgb(210,177,131); }
H1.HeaderClassName
{
color: #D2B183;
}
.AnyTagClassName
{
color: #D2B183;
}
</style>
background-color css
<style>
a { background-color: #D2B183; }
a { background-color: rgb(210,177,131); }
div.DivClassName
{
background-color: #D2B183;
}
.BgClassName
{
background-color: #D2B183;
}
</style>
border-color css
<style>
span { border-color: #D2B183; }
span { border-color: rgb(210,177,131); }
td.TdClassName
{
border-color: #D2B183;
}
.TagClassName
{
border-color: #D2B183;
}
</style>