Shades of Tacha #D9C55C
Tints of Tacha #D9C55C
RGB
CMYK
RGB Variations
Color information
#D9C55C (or 0xD9C55C) is known color: Tacha. HEX triplet: D9, C5 and 5C. RGB value is (217,197,92). Sum of RGB (Red+Green+Blue) = 217+197+92=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C55C is #263AA3. Grayscale: #BFBFBF. Windows color (decimal): -2505380 or 6079961. OLE color: 6079961.
HSL color Cylindrical-coordinate representation of color #D9C55C: hue angle of 50.4º 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 #D9C55C is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 92 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.15 |
| HSL | 50.4º | 0.62% | 0.61% | - |
| HSV(B) | 50.4º | 0.58% | 0.85% | - |
| XYZ | 50.51 | 55.46 | 18.17 | - |
| YUV | 191.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 92 | 0 | 0.09 | 0.58 | 0.15 | 50.4 | 0.62 | 0.61 |
| Hex | D9 | C5 | 5C | 0 | 9 | 3A | F | 32 | 3E | 3D |
| Octal | 331 | 305 | 134 | 0 | 11 | 72 | 17 | 62 | 76 | 75 |
| Binary | 11011001 | 11000101 | 1011100 | 0 | 1001 | 111010 | 1111 | 110010 | 111110 | 111101 |
Color Harmonies of #D9C55C
Complementary color
Monochromatic Colors of #D9C55C
Black with #D9C55C
Text Example
Text Example
White with #D9C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C55C; }
p { color: rgb(217,197,92); }
H1.HeaderClassName
{
color: #D9C55C;
}
.AnyTagClassName
{
color: #D9C55C;
}
</style>
background-color css
<style>
a { background-color: #D9C55C; }
a { background-color: rgb(217,197,92); }
div.DivClassName
{
background-color: #D9C55C;
}
.BgClassName
{
background-color: #D9C55C;
}
</style>
border-color css
<style>
span { border-color: #D9C55C; }
span { border-color: rgb(217,197,92); }
td.TdClassName
{
border-color: #D9C55C;
}
.TagClassName
{
border-color: #D9C55C;
}
</style>