Shades of Calico #D6B27C
Tints of Calico #D6B27C
RGB
CMYK
RGB Variations
Color information
#D6B27C (or 0xD6B27C) is known color: Calico. HEX triplet: D6, B2 and 7C. RGB value is (214,178,124). Sum of RGB (Red+Green+Blue) = 214+178+124=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B27C is #294D83. Grayscale: #B6B6B6. Windows color (decimal): -2706820 or 8172246. OLE color: 8172246.
HSL color Cylindrical-coordinate representation of color #D6B27C: hue angle of 36º 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 #D6B27C is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 124 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.16 |
| HSL | 36º | 0.52% | 0.66% | - |
| HSV(B) | 36º | 0.42% | 0.84% | - |
| XYZ | 47.29 | 47.59 | 25.76 | - |
| YUV | 182.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 124 | 0 | 0.17 | 0.42 | 0.16 | 36 | 0.52 | 0.66 |
| Hex | D6 | B2 | 7C | 0 | 11 | 2A | 10 | 24 | 34 | 42 |
| Octal | 326 | 262 | 174 | 0 | 21 | 52 | 20 | 44 | 64 | 102 |
| Binary | 11010110 | 10110010 | 1111100 | 0 | 10001 | 101010 | 10000 | 100100 | 110100 | 1000010 |
Color Harmonies of #D6B27C
Complementary color
Monochromatic Colors of #D6B27C
Black with #D6B27C
Text Example
Text Example
White with #D6B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B27C; }
p { color: rgb(214,178,124); }
H1.HeaderClassName
{
color: #D6B27C;
}
.AnyTagClassName
{
color: #D6B27C;
}
</style>
background-color css
<style>
a { background-color: #D6B27C; }
a { background-color: rgb(214,178,124); }
div.DivClassName
{
background-color: #D6B27C;
}
.BgClassName
{
background-color: #D6B27C;
}
</style>
border-color css
<style>
span { border-color: #D6B27C; }
span { border-color: rgb(214,178,124); }
td.TdClassName
{
border-color: #D6B27C;
}
.TagClassName
{
border-color: #D6B27C;
}
</style>