Shades of Tacha #D9CB5E
Tints of Tacha #D9CB5E
RGB
CMYK
RGB Variations
Color information
#D9CB5E (or 0xD9CB5E) is known color: Tacha. HEX triplet: D9, CB and 5E. RGB value is (217,203,94). Sum of RGB (Red+Green+Blue) = 217+203+94=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB5E is #2634A1. Grayscale: #C3C3C3. Windows color (decimal): -2503842 or 6212569. OLE color: 6212569.
HSL color Cylindrical-coordinate representation of color #D9CB5E: hue angle of 53.17º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9CB5E is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 94 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.15 |
| HSL | 53.17º | 0.62% | 0.61% | - |
| HSV(B) | 53.17º | 0.57% | 0.85% | - |
| XYZ | 51.99 | 58.27 | 19.1 | - |
| YUV | 194.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 94 | 0 | 0.06 | 0.57 | 0.15 | 53.17 | 0.62 | 0.61 |
| Hex | D9 | CB | 5E | 0 | 6 | 39 | F | 35 | 3E | 3D |
| Octal | 331 | 313 | 136 | 0 | 6 | 71 | 17 | 65 | 76 | 75 |
| Binary | 11011001 | 11001011 | 1011110 | 0 | 110 | 111001 | 1111 | 110101 | 111110 | 111101 |
Color Harmonies of #D9CB5E
Complementary color
Monochromatic Colors of #D9CB5E
Black with #D9CB5E
Text Example
Text Example
White with #D9CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB5E; }
p { color: rgb(217,203,94); }
H1.HeaderClassName
{
color: #D9CB5E;
}
.AnyTagClassName
{
color: #D9CB5E;
}
</style>
background-color css
<style>
a { background-color: #D9CB5E; }
a { background-color: rgb(217,203,94); }
div.DivClassName
{
background-color: #D9CB5E;
}
.BgClassName
{
background-color: #D9CB5E;
}
</style>
border-color css
<style>
span { border-color: #D9CB5E; }
span { border-color: rgb(217,203,94); }
td.TdClassName
{
border-color: #D9CB5E;
}
.TagClassName
{
border-color: #D9CB5E;
}
</style>