Shades of Calico #D6B17F
Tints of Calico #D6B17F
RGB
CMYK
RGB Variations
Color information
#D6B17F (or 0xD6B17F) is known color: Calico. HEX triplet: D6, B1 and 7F. RGB value is (214,177,127). Sum of RGB (Red+Green+Blue) = 214+177+127=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B17F is #294E80. Grayscale: #B6B6B6. Windows color (decimal): -2707073 or 8368598. OLE color: 8368598.
HSL color Cylindrical-coordinate representation of color #D6B17F: hue angle of 34.48º 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 #D6B17F is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 127 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.16 |
| HSL | 34.48º | 0.51% | 0.67% | - |
| HSV(B) | 34.48º | 0.41% | 0.84% | - |
| XYZ | 47.28 | 47.27 | 26.71 | - |
| YUV | 182.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 127 | 0 | 0.17 | 0.41 | 0.16 | 34.48 | 0.51 | 0.67 |
| Hex | D6 | B1 | 7F | 0 | 11 | 29 | 10 | 22 | 33 | 43 |
| Octal | 326 | 261 | 177 | 0 | 21 | 51 | 20 | 42 | 63 | 103 |
| Binary | 11010110 | 10110001 | 1111111 | 0 | 10001 | 101001 | 10000 | 100010 | 110011 | 1000011 |
Color Harmonies of #D6B17F
Complementary color
Monochromatic Colors of #D6B17F
Black with #D6B17F
Text Example
Text Example
White with #D6B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B17F; }
p { color: rgb(214,177,127); }
H1.HeaderClassName
{
color: #D6B17F;
}
.AnyTagClassName
{
color: #D6B17F;
}
</style>
background-color css
<style>
a { background-color: #D6B17F; }
a { background-color: rgb(214,177,127); }
div.DivClassName
{
background-color: #D6B17F;
}
.BgClassName
{
background-color: #D6B17F;
}
</style>
border-color css
<style>
span { border-color: #D6B17F; }
span { border-color: rgb(214,177,127); }
td.TdClassName
{
border-color: #D6B17F;
}
.TagClassName
{
border-color: #D6B17F;
}
</style>