Shades of Calico #D2B384
Tints of Calico #D2B384
RGB
CMYK
RGB Variations
Color information
#D2B384 (or 0xD2B384) is known color: Calico. HEX triplet: D2, B3 and 84. RGB value is (210,179,132). Sum of RGB (Red+Green+Blue) = 210+179+132=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B384 is #2D4C7B. Grayscale: #B7B7B7. Windows color (decimal): -2968700 or 8696786. OLE color: 8696786.
HSL color Cylindrical-coordinate representation of color #D2B384: hue angle of 36.15º 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 #D2B384 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 132 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.18 |
| HSL | 36.15º | 0.46% | 0.67% | - |
| HSV(B) | 36.15º | 0.37% | 0.82% | - |
| XYZ | 46.86 | 47.61 | 28.55 | - |
| YUV | 182.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 132 | 0 | 0.15 | 0.37 | 0.18 | 36.15 | 0.46 | 0.67 |
| Hex | D2 | B3 | 84 | 0 | F | 25 | 12 | 24 | 2E | 43 |
| Octal | 322 | 263 | 204 | 0 | 17 | 45 | 22 | 44 | 56 | 103 |
| Binary | 11010010 | 10110011 | 10000100 | 0 | 1111 | 100101 | 10010 | 100100 | 101110 | 1000011 |
Color Harmonies of #D2B384
Complementary color
Monochromatic Colors of #D2B384
Black with #D2B384
Text Example
Text Example
White with #D2B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B384; }
p { color: rgb(210,179,132); }
H1.HeaderClassName
{
color: #D2B384;
}
.AnyTagClassName
{
color: #D2B384;
}
</style>
background-color css
<style>
a { background-color: #D2B384; }
a { background-color: rgb(210,179,132); }
div.DivClassName
{
background-color: #D2B384;
}
.BgClassName
{
background-color: #D2B384;
}
</style>
border-color css
<style>
span { border-color: #D2B384; }
span { border-color: rgb(210,179,132); }
td.TdClassName
{
border-color: #D2B384;
}
.TagClassName
{
border-color: #D2B384;
}
</style>