Shades of Calico #D2B37C
Tints of Calico #D2B37C
RGB
CMYK
RGB Variations
Color information
#D2B37C (or 0xD2B37C) is known color: Calico. HEX triplet: D2, B3 and 7C. RGB value is (210,179,124). Sum of RGB (Red+Green+Blue) = 210+179+124=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B37C is #2D4C83. Grayscale: #B6B6B6. Windows color (decimal): -2968708 or 8172498. OLE color: 8172498.
HSL color Cylindrical-coordinate representation of color #D2B37C: hue angle of 38.37º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2B37C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 124 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.18 |
| HSL | 38.37º | 0.49% | 0.65% | - |
| HSV(B) | 38.37º | 0.41% | 0.82% | - |
| XYZ | 46.34 | 47.4 | 25.78 | - |
| YUV | 182 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 124 | 0 | 0.15 | 0.41 | 0.18 | 38.37 | 0.49 | 0.65 |
| Hex | D2 | B3 | 7C | 0 | F | 29 | 12 | 26 | 31 | 41 |
| Octal | 322 | 263 | 174 | 0 | 17 | 51 | 22 | 46 | 61 | 101 |
| Binary | 11010010 | 10110011 | 1111100 | 0 | 1111 | 101001 | 10010 | 100110 | 110001 | 1000001 |
Color Harmonies of #D2B37C
Complementary color
Monochromatic Colors of #D2B37C
Black with #D2B37C
Text Example
Text Example
White with #D2B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B37C; }
p { color: rgb(210,179,124); }
H1.HeaderClassName
{
color: #D2B37C;
}
.AnyTagClassName
{
color: #D2B37C;
}
</style>
background-color css
<style>
a { background-color: #D2B37C; }
a { background-color: rgb(210,179,124); }
div.DivClassName
{
background-color: #D2B37C;
}
.BgClassName
{
background-color: #D2B37C;
}
</style>
border-color css
<style>
span { border-color: #D2B37C; }
span { border-color: rgb(210,179,124); }
td.TdClassName
{
border-color: #D2B37C;
}
.TagClassName
{
border-color: #D2B37C;
}
</style>