Shades of Tacha #D9C75C
Tints of Tacha #D9C75C
RGB
CMYK
RGB Variations
Color information
#D9C75C (or 0xD9C75C) is known color: Tacha. HEX triplet: D9, C7 and 5C. RGB value is (217,199,92). Sum of RGB (Red+Green+Blue) = 217+199+92=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C75C is #2638A3. Grayscale: #C0C0C0. Windows color (decimal): -2504868 or 6080473. OLE color: 6080473.
HSL color Cylindrical-coordinate representation of color #D9C75C: hue angle of 51.36º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9C75C is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 92 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.15 |
| HSL | 51.36º | 0.62% | 0.61% | - |
| HSV(B) | 51.36º | 0.58% | 0.85% | - |
| XYZ | 50.97 | 56.37 | 18.32 | - |
| YUV | 192.18 | 71.46 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 92 | 0 | 0.08 | 0.58 | 0.15 | 51.36 | 0.62 | 0.61 |
| Hex | D9 | C7 | 5C | 0 | 8 | 3A | F | 33 | 3E | 3D |
| Octal | 331 | 307 | 134 | 0 | 10 | 72 | 17 | 63 | 76 | 75 |
| Binary | 11011001 | 11000111 | 1011100 | 0 | 1000 | 111010 | 1111 | 110011 | 111110 | 111101 |
Color Harmonies of #D9C75C
Complementary color
Monochromatic Colors of #D9C75C
Black with #D9C75C
Text Example
Text Example
White with #D9C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C75C; }
p { color: rgb(217,199,92); }
H1.HeaderClassName
{
color: #D9C75C;
}
.AnyTagClassName
{
color: #D9C75C;
}
</style>
background-color css
<style>
a { background-color: #D9C75C; }
a { background-color: rgb(217,199,92); }
div.DivClassName
{
background-color: #D9C75C;
}
.BgClassName
{
background-color: #D9C75C;
}
</style>
border-color css
<style>
span { border-color: #D9C75C; }
span { border-color: rgb(217,199,92); }
td.TdClassName
{
border-color: #D9C75C;
}
.TagClassName
{
border-color: #D9C75C;
}
</style>