Shades of Calico #D6B37F
Tints of Calico #D6B37F
RGB
CMYK
RGB Variations
Color information
#D6B37F (or 0xD6B37F) is known color: Calico. HEX triplet: D6, B3 and 7F. RGB value is (214,179,127). Sum of RGB (Red+Green+Blue) = 214+179+127=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B37F is #294C80. Grayscale: #B7B7B7. Windows color (decimal): -2706561 or 8369110. OLE color: 8369110.
HSL color Cylindrical-coordinate representation of color #D6B37F: hue angle of 35.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6B37F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 127 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.16 |
| HSL | 35.86º | 0.51% | 0.67% | - |
| HSV(B) | 35.86º | 0.41% | 0.84% | - |
| XYZ | 47.68 | 48.07 | 26.84 | - |
| YUV | 183.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 127 | 0 | 0.16 | 0.41 | 0.16 | 35.86 | 0.51 | 0.67 |
| Hex | D6 | B3 | 7F | 0 | 10 | 29 | 10 | 24 | 33 | 43 |
| Octal | 326 | 263 | 177 | 0 | 20 | 51 | 20 | 44 | 63 | 103 |
| Binary | 11010110 | 10110011 | 1111111 | 0 | 10000 | 101001 | 10000 | 100100 | 110011 | 1000011 |
Color Harmonies of #D6B37F
Complementary color
Monochromatic Colors of #D6B37F
Black with #D6B37F
Text Example
Text Example
White with #D6B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B37F; }
p { color: rgb(214,179,127); }
H1.HeaderClassName
{
color: #D6B37F;
}
.AnyTagClassName
{
color: #D6B37F;
}
</style>
background-color css
<style>
a { background-color: #D6B37F; }
a { background-color: rgb(214,179,127); }
div.DivClassName
{
background-color: #D6B37F;
}
.BgClassName
{
background-color: #D6B37F;
}
</style>
border-color css
<style>
span { border-color: #D6B37F; }
span { border-color: rgb(214,179,127); }
td.TdClassName
{
border-color: #D6B37F;
}
.TagClassName
{
border-color: #D6B37F;
}
</style>