Shades of Tacha #D8C55B
Tints of Tacha #D8C55B
RGB
CMYK
RGB Variations
Color information
#D8C55B (or 0xD8C55B) is known color: Tacha. HEX triplet: D8, C5 and 5B. RGB value is (216,197,91). Sum of RGB (Red+Green+Blue) = 216+197+91=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C55B is #273AA4. Grayscale: #BFBFBF. Windows color (decimal): -2570917 or 6014424. OLE color: 6014424.
HSL color Cylindrical-coordinate representation of color #D8C55B: hue angle of 50.88º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8C55B is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 91 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.15 |
| HSL | 50.88º | 0.62% | 0.6% | - |
| HSV(B) | 50.88º | 0.58% | 0.85% | - |
| XYZ | 50.17 | 55.29 | 17.92 | - |
| YUV | 190.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 91 | 0 | 0.09 | 0.58 | 0.15 | 50.88 | 0.62 | 0.6 |
| Hex | D8 | C5 | 5B | 0 | 9 | 3A | F | 33 | 3E | 3C |
| Octal | 330 | 305 | 133 | 0 | 11 | 72 | 17 | 63 | 76 | 74 |
| Binary | 11011000 | 11000101 | 1011011 | 0 | 1001 | 111010 | 1111 | 110011 | 111110 | 111100 |
Color Harmonies of #D8C55B
Complementary color
Monochromatic Colors of #D8C55B
Black with #D8C55B
Text Example
Text Example
White with #D8C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C55B; }
p { color: rgb(216,197,91); }
H1.HeaderClassName
{
color: #D8C55B;
}
.AnyTagClassName
{
color: #D8C55B;
}
</style>
background-color css
<style>
a { background-color: #D8C55B; }
a { background-color: rgb(216,197,91); }
div.DivClassName
{
background-color: #D8C55B;
}
.BgClassName
{
background-color: #D8C55B;
}
</style>
border-color css
<style>
span { border-color: #D8C55B; }
span { border-color: rgb(216,197,91); }
td.TdClassName
{
border-color: #D8C55B;
}
.TagClassName
{
border-color: #D8C55B;
}
</style>