Shades of Tacha #D9CB60
Tints of Tacha #D9CB60
RGB
CMYK
RGB Variations
Color information
#D9CB60 (or 0xD9CB60) is known color: Tacha. HEX triplet: D9, CB and 60. RGB value is (217,203,96). Sum of RGB (Red+Green+Blue) = 217+203+96=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB60 is #26349F. Grayscale: #C3C3C3. Windows color (decimal): -2503840 or 6343641. OLE color: 6343641.
HSL color Cylindrical-coordinate representation of color #D9CB60: hue angle of 53.06º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9CB60 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 96 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.15 |
| HSL | 53.06º | 0.61% | 0.61% | - |
| HSV(B) | 53.06º | 0.56% | 0.85% | - |
| XYZ | 52.08 | 58.31 | 19.58 | - |
| YUV | 194.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 96 | 0 | 0.06 | 0.56 | 0.15 | 53.06 | 0.61 | 0.61 |
| Hex | D9 | CB | 60 | 0 | 6 | 38 | F | 35 | 3D | 3D |
| Octal | 331 | 313 | 140 | 0 | 6 | 70 | 17 | 65 | 75 | 75 |
| Binary | 11011001 | 11001011 | 1100000 | 0 | 110 | 111000 | 1111 | 110101 | 111101 | 111101 |
Color Harmonies of #D9CB60
Complementary color
Monochromatic Colors of #D9CB60
Black with #D9CB60
Text Example
Text Example
White with #D9CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB60; }
p { color: rgb(217,203,96); }
H1.HeaderClassName
{
color: #D9CB60;
}
.AnyTagClassName
{
color: #D9CB60;
}
</style>
background-color css
<style>
a { background-color: #D9CB60; }
a { background-color: rgb(217,203,96); }
div.DivClassName
{
background-color: #D9CB60;
}
.BgClassName
{
background-color: #D9CB60;
}
</style>
border-color css
<style>
span { border-color: #D9CB60; }
span { border-color: rgb(217,203,96); }
td.TdClassName
{
border-color: #D9CB60;
}
.TagClassName
{
border-color: #D9CB60;
}
</style>