Shades of Calico #D6B37A
Tints of Calico #D6B37A
RGB
CMYK
RGB Variations
Color information
#D6B37A (or 0xD6B37A) is known color: Calico. HEX triplet: D6, B3 and 7A. RGB value is (214,179,122). Sum of RGB (Red+Green+Blue) = 214+179+122=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B37A is #294C85. Grayscale: #B7B7B7. Windows color (decimal): -2706566 or 8041430. OLE color: 8041430.
HSL color Cylindrical-coordinate representation of color #D6B37A: hue angle of 37.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6B37A is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 122 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.16 |
| HSL | 37.17º | 0.53% | 0.66% | - |
| HSV(B) | 37.17º | 0.43% | 0.84% | - |
| XYZ | 47.36 | 47.94 | 25.17 | - |
| YUV | 182.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 122 | 0 | 0.16 | 0.43 | 0.16 | 37.17 | 0.53 | 0.66 |
| Hex | D6 | B3 | 7A | 0 | 10 | 2B | 10 | 25 | 35 | 42 |
| Octal | 326 | 263 | 172 | 0 | 20 | 53 | 20 | 45 | 65 | 102 |
| Binary | 11010110 | 10110011 | 1111010 | 0 | 10000 | 101011 | 10000 | 100101 | 110101 | 1000010 |
Color Harmonies of #D6B37A
Complementary color
Monochromatic Colors of #D6B37A
Black with #D6B37A
Text Example
Text Example
White with #D6B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B37A; }
p { color: rgb(214,179,122); }
H1.HeaderClassName
{
color: #D6B37A;
}
.AnyTagClassName
{
color: #D6B37A;
}
</style>
background-color css
<style>
a { background-color: #D6B37A; }
a { background-color: rgb(214,179,122); }
div.DivClassName
{
background-color: #D6B37A;
}
.BgClassName
{
background-color: #D6B37A;
}
</style>
border-color css
<style>
span { border-color: #D6B37A; }
span { border-color: rgb(214,179,122); }
td.TdClassName
{
border-color: #D6B37A;
}
.TagClassName
{
border-color: #D6B37A;
}
</style>