Shades of Calico #D2B184
Tints of Calico #D2B184
RGB
CMYK
RGB Variations
Color information
#D2B184 (or 0xD2B184) is known color: Calico. HEX triplet: D2, B1 and 84. RGB value is (210,177,132). Sum of RGB (Red+Green+Blue) = 210+177+132=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B184 is #2D4E7B. Grayscale: #B5B5B5. Windows color (decimal): -2969212 or 8696274. OLE color: 8696274.
HSL color Cylindrical-coordinate representation of color #D2B184: hue angle of 34.62º 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 #D2B184 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 132 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.18 |
| HSL | 34.62º | 0.46% | 0.67% | - |
| HSV(B) | 34.62º | 0.37% | 0.82% | - |
| XYZ | 46.47 | 46.81 | 28.42 | - |
| YUV | 181.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 132 | 0 | 0.16 | 0.37 | 0.18 | 34.62 | 0.46 | 0.67 |
| Hex | D2 | B1 | 84 | 0 | 10 | 25 | 12 | 23 | 2E | 43 |
| Octal | 322 | 261 | 204 | 0 | 20 | 45 | 22 | 43 | 56 | 103 |
| Binary | 11010010 | 10110001 | 10000100 | 0 | 10000 | 100101 | 10010 | 100011 | 101110 | 1000011 |
Color Harmonies of #D2B184
Complementary color
Monochromatic Colors of #D2B184
Black with #D2B184
Text Example
Text Example
White with #D2B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B184; }
p { color: rgb(210,177,132); }
H1.HeaderClassName
{
color: #D2B184;
}
.AnyTagClassName
{
color: #D2B184;
}
</style>
background-color css
<style>
a { background-color: #D2B184; }
a { background-color: rgb(210,177,132); }
div.DivClassName
{
background-color: #D2B184;
}
.BgClassName
{
background-color: #D2B184;
}
</style>
border-color css
<style>
span { border-color: #D2B184; }
span { border-color: rgb(210,177,132); }
td.TdClassName
{
border-color: #D2B184;
}
.TagClassName
{
border-color: #D2B184;
}
</style>