Shades of Calico #D6B379
Tints of Calico #D6B379
RGB
CMYK
RGB Variations
Color information
#D6B379 (or 0xD6B379) is known color: Calico. HEX triplet: D6, B3 and 79. RGB value is (214,179,121). Sum of RGB (Red+Green+Blue) = 214+179+121=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B379 is #294C86. Grayscale: #B7B7B7. Windows color (decimal): -2706567 or 7975894. OLE color: 7975894.
HSL color Cylindrical-coordinate representation of color #D6B379: hue angle of 37.42º 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 #D6B379 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 121 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.16 |
| HSL | 37.42º | 0.53% | 0.66% | - |
| HSV(B) | 37.42º | 0.43% | 0.84% | - |
| XYZ | 47.3 | 47.92 | 24.84 | - |
| YUV | 182.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 121 | 0 | 0.16 | 0.43 | 0.16 | 37.42 | 0.53 | 0.66 |
| Hex | D6 | B3 | 79 | 0 | 10 | 2B | 10 | 25 | 35 | 42 |
| Octal | 326 | 263 | 171 | 0 | 20 | 53 | 20 | 45 | 65 | 102 |
| Binary | 11010110 | 10110011 | 1111001 | 0 | 10000 | 101011 | 10000 | 100101 | 110101 | 1000010 |
Color Harmonies of #D6B379
Complementary color
Monochromatic Colors of #D6B379
Black with #D6B379
Text Example
Text Example
White with #D6B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B379; }
p { color: rgb(214,179,121); }
H1.HeaderClassName
{
color: #D6B379;
}
.AnyTagClassName
{
color: #D6B379;
}
</style>
background-color css
<style>
a { background-color: #D6B379; }
a { background-color: rgb(214,179,121); }
div.DivClassName
{
background-color: #D6B379;
}
.BgClassName
{
background-color: #D6B379;
}
</style>
border-color css
<style>
span { border-color: #D6B379; }
span { border-color: rgb(214,179,121); }
td.TdClassName
{
border-color: #D6B379;
}
.TagClassName
{
border-color: #D6B379;
}
</style>