Shades of Calico #D6B37E
Tints of Calico #D6B37E
RGB
CMYK
RGB Variations
Color information
#D6B37E (or 0xD6B37E) is known color: Calico. HEX triplet: D6, B3 and 7E. RGB value is (214,179,126). Sum of RGB (Red+Green+Blue) = 214+179+126=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B37E is #294C81. Grayscale: #B7B7B7. Windows color (decimal): -2706562 or 8303574. OLE color: 8303574.
HSL color Cylindrical-coordinate representation of color #D6B37E: hue angle of 36.14º degrees, saturation: 0.52, 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 #D6B37E is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 126 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.16 |
| HSL | 36.14º | 0.52% | 0.67% | - |
| HSV(B) | 36.14º | 0.41% | 0.84% | - |
| XYZ | 47.62 | 48.04 | 26.5 | - |
| YUV | 183.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 126 | 0 | 0.16 | 0.41 | 0.16 | 36.14 | 0.52 | 0.67 |
| Hex | D6 | B3 | 7E | 0 | 10 | 29 | 10 | 24 | 34 | 43 |
| Octal | 326 | 263 | 176 | 0 | 20 | 51 | 20 | 44 | 64 | 103 |
| Binary | 11010110 | 10110011 | 1111110 | 0 | 10000 | 101001 | 10000 | 100100 | 110100 | 1000011 |
Color Harmonies of #D6B37E
Complementary color
Monochromatic Colors of #D6B37E
Black with #D6B37E
Text Example
Text Example
White with #D6B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B37E; }
p { color: rgb(214,179,126); }
H1.HeaderClassName
{
color: #D6B37E;
}
.AnyTagClassName
{
color: #D6B37E;
}
</style>
background-color css
<style>
a { background-color: #D6B37E; }
a { background-color: rgb(214,179,126); }
div.DivClassName
{
background-color: #D6B37E;
}
.BgClassName
{
background-color: #D6B37E;
}
</style>
border-color css
<style>
span { border-color: #D6B37E; }
span { border-color: rgb(214,179,126); }
td.TdClassName
{
border-color: #D6B37E;
}
.TagClassName
{
border-color: #D6B37E;
}
</style>