Shades of Tacha #D6CB5E
Tints of Tacha #D6CB5E
RGB
CMYK
RGB Variations
Color information
#D6CB5E (or 0xD6CB5E) is known color: Tacha. HEX triplet: D6, CB and 5E. RGB value is (214,203,94). Sum of RGB (Red+Green+Blue) = 214+203+94=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB5E is #2934A1. Grayscale: #C2C2C2. Windows color (decimal): -2700450 or 6212566. OLE color: 6212566.
HSL color Cylindrical-coordinate representation of color #D6CB5E: hue angle of 54.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6CB5E is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 94 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.16 |
| HSL | 54.5º | 0.59% | 0.6% | - |
| HSV(B) | 54.5º | 0.56% | 0.84% | - |
| XYZ | 51.11 | 57.82 | 19.06 | - |
| YUV | 193.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 94 | 0 | 0.05 | 0.56 | 0.16 | 54.5 | 0.59 | 0.6 |
| Hex | D6 | CB | 5E | 0 | 5 | 38 | 10 | 36 | 3B | 3C |
| Octal | 326 | 313 | 136 | 0 | 5 | 70 | 20 | 66 | 73 | 74 |
| Binary | 11010110 | 11001011 | 1011110 | 0 | 101 | 111000 | 10000 | 110110 | 111011 | 111100 |
Color Harmonies of #D6CB5E
Complementary color
Monochromatic Colors of #D6CB5E
Black with #D6CB5E
Text Example
Text Example
White with #D6CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB5E; }
p { color: rgb(214,203,94); }
H1.HeaderClassName
{
color: #D6CB5E;
}
.AnyTagClassName
{
color: #D6CB5E;
}
</style>
background-color css
<style>
a { background-color: #D6CB5E; }
a { background-color: rgb(214,203,94); }
div.DivClassName
{
background-color: #D6CB5E;
}
.BgClassName
{
background-color: #D6CB5E;
}
</style>
border-color css
<style>
span { border-color: #D6CB5E; }
span { border-color: rgb(214,203,94); }
td.TdClassName
{
border-color: #D6CB5E;
}
.TagClassName
{
border-color: #D6CB5E;
}
</style>