Shades of Tacha #D8C25B
Tints of Tacha #D8C25B
RGB
CMYK
RGB Variations
Color information
#D8C25B (or 0xD8C25B) is known color: Tacha. HEX triplet: D8, C2 and 5B. RGB value is (216,194,91). Sum of RGB (Red+Green+Blue) = 216+194+91=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C25B is #273DA4. Grayscale: #BDBDBD. Windows color (decimal): -2571685 or 6013656. OLE color: 6013656.
HSL color Cylindrical-coordinate representation of color #D8C25B: hue angle of 49.44º 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 #D8C25B is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 91 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.15 |
| HSL | 49.44º | 0.62% | 0.6% | - |
| HSV(B) | 49.44º | 0.58% | 0.85% | - |
| XYZ | 49.5 | 53.94 | 17.7 | - |
| YUV | 188.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 91 | 0 | 0.10 | 0.58 | 0.15 | 49.44 | 0.62 | 0.6 |
| Hex | D8 | C2 | 5B | 0 | A | 3A | F | 31 | 3E | 3C |
| Octal | 330 | 302 | 133 | 0 | 12 | 72 | 17 | 61 | 76 | 74 |
| Binary | 11011000 | 11000010 | 1011011 | 0 | 1010 | 111010 | 1111 | 110001 | 111110 | 111100 |
Color Harmonies of #D8C25B
Complementary color
Monochromatic Colors of #D8C25B
Black with #D8C25B
Text Example
Text Example
White with #D8C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C25B; }
p { color: rgb(216,194,91); }
H1.HeaderClassName
{
color: #D8C25B;
}
.AnyTagClassName
{
color: #D8C25B;
}
</style>
background-color css
<style>
a { background-color: #D8C25B; }
a { background-color: rgb(216,194,91); }
div.DivClassName
{
background-color: #D8C25B;
}
.BgClassName
{
background-color: #D8C25B;
}
</style>
border-color css
<style>
span { border-color: #D8C25B; }
span { border-color: rgb(216,194,91); }
td.TdClassName
{
border-color: #D8C25B;
}
.TagClassName
{
border-color: #D8C25B;
}
</style>