Shades of Calico #D6B17B
Tints of Calico #D6B17B
RGB
CMYK
RGB Variations
Color information
#D6B17B (or 0xD6B17B) is known color: Calico. HEX triplet: D6, B1 and 7B. RGB value is (214,177,123). Sum of RGB (Red+Green+Blue) = 214+177+123=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B17B is #294E84. Grayscale: #B6B6B6. Windows color (decimal): -2707077 or 8106454. OLE color: 8106454.
HSL color Cylindrical-coordinate representation of color #D6B17B: hue angle of 35.6º 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 #D6B17B is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 123 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.16 |
| HSL | 35.6º | 0.53% | 0.66% | - |
| HSV(B) | 35.6º | 0.43% | 0.84% | - |
| XYZ | 47.03 | 47.17 | 25.37 | - |
| YUV | 181.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 123 | 0 | 0.17 | 0.43 | 0.16 | 35.6 | 0.53 | 0.66 |
| Hex | D6 | B1 | 7B | 0 | 11 | 2B | 10 | 24 | 35 | 42 |
| Octal | 326 | 261 | 173 | 0 | 21 | 53 | 20 | 44 | 65 | 102 |
| Binary | 11010110 | 10110001 | 1111011 | 0 | 10001 | 101011 | 10000 | 100100 | 110101 | 1000010 |
Color Harmonies of #D6B17B
Complementary color
Monochromatic Colors of #D6B17B
Black with #D6B17B
Text Example
Text Example
White with #D6B17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B17B; }
p { color: rgb(214,177,123); }
H1.HeaderClassName
{
color: #D6B17B;
}
.AnyTagClassName
{
color: #D6B17B;
}
</style>
background-color css
<style>
a { background-color: #D6B17B; }
a { background-color: rgb(214,177,123); }
div.DivClassName
{
background-color: #D6B17B;
}
.BgClassName
{
background-color: #D6B17B;
}
</style>
border-color css
<style>
span { border-color: #D6B17B; }
span { border-color: rgb(214,177,123); }
td.TdClassName
{
border-color: #D6B17B;
}
.TagClassName
{
border-color: #D6B17B;
}
</style>