Shades of Tacha #D9C05B
Tints of Tacha #D9C05B
RGB
CMYK
RGB Variations
Color information
#D9C05B (or 0xD9C05B) is known color: Tacha. HEX triplet: D9, C0 and 5B. RGB value is (217,192,91). Sum of RGB (Red+Green+Blue) = 217+192+91=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C05B is #263FA4. Grayscale: #BCBCBC. Windows color (decimal): -2506661 or 6013145. OLE color: 6013145.
HSL color Cylindrical-coordinate representation of color #D9C05B: hue angle of 48.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9C05B is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 91 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.15 |
| HSL | 48.1º | 0.62% | 0.6% | - |
| HSV(B) | 48.1º | 0.58% | 0.85% | - |
| XYZ | 49.35 | 53.21 | 17.57 | - |
| YUV | 187.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 91 | 0 | 0.12 | 0.58 | 0.15 | 48.1 | 0.62 | 0.6 |
| Hex | D9 | C0 | 5B | 0 | C | 3A | F | 30 | 3E | 3C |
| Octal | 331 | 300 | 133 | 0 | 14 | 72 | 17 | 60 | 76 | 74 |
| Binary | 11011001 | 11000000 | 1011011 | 0 | 1100 | 111010 | 1111 | 110000 | 111110 | 111100 |
Color Harmonies of #D9C05B
Complementary color
Monochromatic Colors of #D9C05B
Black with #D9C05B
Text Example
Text Example
White with #D9C05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C05B; }
p { color: rgb(217,192,91); }
H1.HeaderClassName
{
color: #D9C05B;
}
.AnyTagClassName
{
color: #D9C05B;
}
</style>
background-color css
<style>
a { background-color: #D9C05B; }
a { background-color: rgb(217,192,91); }
div.DivClassName
{
background-color: #D9C05B;
}
.BgClassName
{
background-color: #D9C05B;
}
</style>
border-color css
<style>
span { border-color: #D9C05B; }
span { border-color: rgb(217,192,91); }
td.TdClassName
{
border-color: #D9C05B;
}
.TagClassName
{
border-color: #D9C05B;
}
</style>