Shades of Tacha #D8C55D
Tints of Tacha #D8C55D
RGB
CMYK
RGB Variations
Color information
#D8C55D (or 0xD8C55D) is known color: Tacha. HEX triplet: D8, C5 and 5D. RGB value is (216,197,93). Sum of RGB (Red+Green+Blue) = 216+197+93=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C55D is #273AA2. Grayscale: #BFBFBF. Windows color (decimal): -2570915 or 6145496. OLE color: 6145496.
HSL color Cylindrical-coordinate representation of color #D8C55D: hue angle of 50.73º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8C55D is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 93 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.15 |
| HSL | 50.73º | 0.61% | 0.61% | - |
| HSV(B) | 50.73º | 0.57% | 0.85% | - |
| XYZ | 50.26 | 55.32 | 18.39 | - |
| YUV | 190.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 93 | 0 | 0.09 | 0.57 | 0.15 | 50.73 | 0.61 | 0.61 |
| Hex | D8 | C5 | 5D | 0 | 9 | 39 | F | 33 | 3D | 3D |
| Octal | 330 | 305 | 135 | 0 | 11 | 71 | 17 | 63 | 75 | 75 |
| Binary | 11011000 | 11000101 | 1011101 | 0 | 1001 | 111001 | 1111 | 110011 | 111101 | 111101 |
Color Harmonies of #D8C55D
Complementary color
Monochromatic Colors of #D8C55D
Black with #D8C55D
Text Example
Text Example
White with #D8C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C55D; }
p { color: rgb(216,197,93); }
H1.HeaderClassName
{
color: #D8C55D;
}
.AnyTagClassName
{
color: #D8C55D;
}
</style>
background-color css
<style>
a { background-color: #D8C55D; }
a { background-color: rgb(216,197,93); }
div.DivClassName
{
background-color: #D8C55D;
}
.BgClassName
{
background-color: #D8C55D;
}
</style>
border-color css
<style>
span { border-color: #D8C55D; }
span { border-color: rgb(216,197,93); }
td.TdClassName
{
border-color: #D8C55D;
}
.TagClassName
{
border-color: #D8C55D;
}
</style>