Shades of Calico #D6B17C
Tints of Calico #D6B17C
RGB
CMYK
RGB Variations
Color information
#D6B17C (or 0xD6B17C) is known color: Calico. HEX triplet: D6, B1 and 7C. RGB value is (214,177,124). Sum of RGB (Red+Green+Blue) = 214+177+124=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B17C is #294E83. Grayscale: #B6B6B6. Windows color (decimal): -2707076 or 8171990. OLE color: 8171990.
HSL color Cylindrical-coordinate representation of color #D6B17C: hue angle of 35.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6B17C is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 124 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.16 |
| HSL | 35.33º | 0.52% | 0.66% | - |
| HSV(B) | 35.33º | 0.42% | 0.84% | - |
| XYZ | 47.09 | 47.2 | 25.7 | - |
| YUV | 182.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 124 | 0 | 0.17 | 0.42 | 0.16 | 35.33 | 0.52 | 0.66 |
| Hex | D6 | B1 | 7C | 0 | 11 | 2A | 10 | 23 | 34 | 42 |
| Octal | 326 | 261 | 174 | 0 | 21 | 52 | 20 | 43 | 64 | 102 |
| Binary | 11010110 | 10110001 | 1111100 | 0 | 10001 | 101010 | 10000 | 100011 | 110100 | 1000010 |
Color Harmonies of #D6B17C
Complementary color
Monochromatic Colors of #D6B17C
Black with #D6B17C
Text Example
Text Example
White with #D6B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B17C; }
p { color: rgb(214,177,124); }
H1.HeaderClassName
{
color: #D6B17C;
}
.AnyTagClassName
{
color: #D6B17C;
}
</style>
background-color css
<style>
a { background-color: #D6B17C; }
a { background-color: rgb(214,177,124); }
div.DivClassName
{
background-color: #D6B17C;
}
.BgClassName
{
background-color: #D6B17C;
}
</style>
border-color css
<style>
span { border-color: #D6B17C; }
span { border-color: rgb(214,177,124); }
td.TdClassName
{
border-color: #D6B17C;
}
.TagClassName
{
border-color: #D6B17C;
}
</style>