Shades of Tacha #D9C962
Tints of Tacha #D9C962
RGB
CMYK
RGB Variations
Color information
#D9C962 (or 0xD9C962) is known color: Tacha. HEX triplet: D9, C9 and 62. RGB value is (217,201,98). Sum of RGB (Red+Green+Blue) = 217+201+98=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C962 is #26369D. Grayscale: #C2C2C2. Windows color (decimal): -2504350 or 6474201. OLE color: 6474201.
HSL color Cylindrical-coordinate representation of color #D9C962: hue angle of 51.93º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9C962 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 98 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.15 |
| HSL | 51.93º | 0.61% | 0.62% | - |
| HSV(B) | 51.93º | 0.55% | 0.85% | - |
| XYZ | 51.71 | 57.41 | 19.91 | - |
| YUV | 194.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 98 | 0 | 0.07 | 0.55 | 0.15 | 51.93 | 0.61 | 0.62 |
| Hex | D9 | C9 | 62 | 0 | 7 | 37 | F | 34 | 3D | 3E |
| Octal | 331 | 311 | 142 | 0 | 7 | 67 | 17 | 64 | 75 | 76 |
| Binary | 11011001 | 11001001 | 1100010 | 0 | 111 | 110111 | 1111 | 110100 | 111101 | 111110 |
Color Harmonies of #D9C962
Complementary color
Monochromatic Colors of #D9C962
Black with #D9C962
Text Example
Text Example
White with #D9C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C962; }
p { color: rgb(217,201,98); }
H1.HeaderClassName
{
color: #D9C962;
}
.AnyTagClassName
{
color: #D9C962;
}
</style>
background-color css
<style>
a { background-color: #D9C962; }
a { background-color: rgb(217,201,98); }
div.DivClassName
{
background-color: #D9C962;
}
.BgClassName
{
background-color: #D9C962;
}
</style>
border-color css
<style>
span { border-color: #D9C962; }
span { border-color: rgb(217,201,98); }
td.TdClassName
{
border-color: #D9C962;
}
.TagClassName
{
border-color: #D9C962;
}
</style>