Shades of Tacha #D9C25F
Tints of Tacha #D9C25F
RGB
CMYK
RGB Variations
Color information
#D9C25F (or 0xD9C25F) is known color: Tacha. HEX triplet: D9, C2 and 5F. RGB value is (217,194,95). Sum of RGB (Red+Green+Blue) = 217+194+95=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C25F is #263DA0. Grayscale: #BEBEBE. Windows color (decimal): -2506145 or 6275801. OLE color: 6275801.
HSL color Cylindrical-coordinate representation of color #D9C25F: hue angle of 48.69º degrees, saturation: 0.62, 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 #D9C25F is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 95 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.15 |
| HSL | 48.69º | 0.62% | 0.61% | - |
| HSV(B) | 48.69º | 0.56% | 0.85% | - |
| XYZ | 49.97 | 54.16 | 18.65 | - |
| YUV | 189.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 95 | 0 | 0.11 | 0.56 | 0.15 | 48.69 | 0.62 | 0.61 |
| Hex | D9 | C2 | 5F | 0 | B | 38 | F | 31 | 3E | 3D |
| Octal | 331 | 302 | 137 | 0 | 13 | 70 | 17 | 61 | 76 | 75 |
| Binary | 11011001 | 11000010 | 1011111 | 0 | 1011 | 111000 | 1111 | 110001 | 111110 | 111101 |
Color Harmonies of #D9C25F
Complementary color
Monochromatic Colors of #D9C25F
Black with #D9C25F
Text Example
Text Example
White with #D9C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C25F; }
p { color: rgb(217,194,95); }
H1.HeaderClassName
{
color: #D9C25F;
}
.AnyTagClassName
{
color: #D9C25F;
}
</style>
background-color css
<style>
a { background-color: #D9C25F; }
a { background-color: rgb(217,194,95); }
div.DivClassName
{
background-color: #D9C25F;
}
.BgClassName
{
background-color: #D9C25F;
}
</style>
border-color css
<style>
span { border-color: #D9C25F; }
span { border-color: rgb(217,194,95); }
td.TdClassName
{
border-color: #D9C25F;
}
.TagClassName
{
border-color: #D9C25F;
}
</style>