Shades of Tacha #D4C658
Tints of Tacha #D4C658
RGB
CMYK
RGB Variations
Color information
#D4C658 (or 0xD4C658) is known color: Tacha. HEX triplet: D4, C6 and 58. RGB value is (212,198,88). Sum of RGB (Red+Green+Blue) = 212+198+88=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C658 is #2B39A7. Grayscale: #BEBEBE. Windows color (decimal): -2832808 or 5818068. OLE color: 5818068.
HSL color Cylindrical-coordinate representation of color #D4C658: hue angle of 53.23º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4C658 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 88 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.17 |
| HSL | 53.23º | 0.59% | 0.59% | - |
| HSV(B) | 53.23º | 0.58% | 0.83% | - |
| XYZ | 49.11 | 55.09 | 17.28 | - |
| YUV | 189.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 88 | 0 | 0.07 | 0.58 | 0.17 | 53.23 | 0.59 | 0.59 |
| Hex | D4 | C6 | 58 | 0 | 7 | 3A | 11 | 35 | 3B | 3B |
| Octal | 324 | 306 | 130 | 0 | 7 | 72 | 21 | 65 | 73 | 73 |
| Binary | 11010100 | 11000110 | 1011000 | 0 | 111 | 111010 | 10001 | 110101 | 111011 | 111011 |
Color Harmonies of #D4C658
Complementary color
Monochromatic Colors of #D4C658
Black with #D4C658
Text Example
Text Example
White with #D4C658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C658; }
p { color: rgb(212,198,88); }
H1.HeaderClassName
{
color: #D4C658;
}
.AnyTagClassName
{
color: #D4C658;
}
</style>
background-color css
<style>
a { background-color: #D4C658; }
a { background-color: rgb(212,198,88); }
div.DivClassName
{
background-color: #D4C658;
}
.BgClassName
{
background-color: #D4C658;
}
</style>
border-color css
<style>
span { border-color: #D4C658; }
span { border-color: rgb(212,198,88); }
td.TdClassName
{
border-color: #D4C658;
}
.TagClassName
{
border-color: #D4C658;
}
</style>