Shades of Tacha #D0C25B
Tints of Tacha #D0C25B
RGB
CMYK
RGB Variations
Color information
#D0C25B (or 0xD0C25B) is known color: Tacha. HEX triplet: D0, C2 and 5B. RGB value is (208,194,91). Sum of RGB (Red+Green+Blue) = 208+194+91=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C25B is #2F3DA4. Grayscale: #BABABA. Windows color (decimal): -3095973 or 6013648. OLE color: 6013648.
HSL color Cylindrical-coordinate representation of color #D0C25B: hue angle of 52.82º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0C25B is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 91 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.18 |
| HSL | 52.82º | 0.55% | 0.59% | - |
| HSV(B) | 52.82º | 0.56% | 0.82% | - |
| XYZ | 47.19 | 52.75 | 17.59 | - |
| YUV | 186.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 91 | 0 | 0.07 | 0.56 | 0.18 | 52.82 | 0.55 | 0.59 |
| Hex | D0 | C2 | 5B | 0 | 7 | 38 | 12 | 35 | 37 | 3B |
| Octal | 320 | 302 | 133 | 0 | 7 | 70 | 22 | 65 | 67 | 73 |
| Binary | 11010000 | 11000010 | 1011011 | 0 | 111 | 111000 | 10010 | 110101 | 110111 | 111011 |
Color Harmonies of #D0C25B
Complementary color
Monochromatic Colors of #D0C25B
Black with #D0C25B
Text Example
Text Example
White with #D0C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C25B; }
p { color: rgb(208,194,91); }
H1.HeaderClassName
{
color: #D0C25B;
}
.AnyTagClassName
{
color: #D0C25B;
}
</style>
background-color css
<style>
a { background-color: #D0C25B; }
a { background-color: rgb(208,194,91); }
div.DivClassName
{
background-color: #D0C25B;
}
.BgClassName
{
background-color: #D0C25B;
}
</style>
border-color css
<style>
span { border-color: #D0C25B; }
span { border-color: rgb(208,194,91); }
td.TdClassName
{
border-color: #D0C25B;
}
.TagClassName
{
border-color: #D0C25B;
}
</style>