Shades of Tacha #D9C25C
Tints of Tacha #D9C25C
RGB
CMYK
RGB Variations
Color information
#D9C25C (or 0xD9C25C) is known color: Tacha. HEX triplet: D9, C2 and 5C. RGB value is (217,194,92). Sum of RGB (Red+Green+Blue) = 217+194+92=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C25C is #263DA3. Grayscale: #BDBDBD. Windows color (decimal): -2506148 or 6079193. OLE color: 6079193.
HSL color Cylindrical-coordinate representation of color #D9C25C: hue angle of 48.96º 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 #D9C25C is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 92 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.15 |
| HSL | 48.96º | 0.62% | 0.61% | - |
| HSV(B) | 48.96º | 0.58% | 0.85% | - |
| XYZ | 49.84 | 54.11 | 17.94 | - |
| YUV | 189.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 92 | 0 | 0.11 | 0.58 | 0.15 | 48.96 | 0.62 | 0.61 |
| Hex | D9 | C2 | 5C | 0 | B | 3A | F | 31 | 3E | 3D |
| Octal | 331 | 302 | 134 | 0 | 13 | 72 | 17 | 61 | 76 | 75 |
| Binary | 11011001 | 11000010 | 1011100 | 0 | 1011 | 111010 | 1111 | 110001 | 111110 | 111101 |
Color Harmonies of #D9C25C
Complementary color
Monochromatic Colors of #D9C25C
Black with #D9C25C
Text Example
Text Example
White with #D9C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C25C; }
p { color: rgb(217,194,92); }
H1.HeaderClassName
{
color: #D9C25C;
}
.AnyTagClassName
{
color: #D9C25C;
}
</style>
background-color css
<style>
a { background-color: #D9C25C; }
a { background-color: rgb(217,194,92); }
div.DivClassName
{
background-color: #D9C25C;
}
.BgClassName
{
background-color: #D9C25C;
}
</style>
border-color css
<style>
span { border-color: #D9C25C; }
span { border-color: rgb(217,194,92); }
td.TdClassName
{
border-color: #D9C25C;
}
.TagClassName
{
border-color: #D9C25C;
}
</style>