Shades of Tacha #D0C153
Tints of Tacha #D0C153
RGB
CMYK
RGB Variations
Color information
#D0C153 (or 0xD0C153) is known color: Tacha. HEX triplet: D0, C1 and 53. RGB value is (208,193,83). Sum of RGB (Red+Green+Blue) = 208+193+83=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C153 is #2F3EAC. Grayscale: #B9B9B9. Windows color (decimal): -3096237 or 5489104. OLE color: 5489104.
HSL color Cylindrical-coordinate representation of color #D0C153: hue angle of 52.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0C153 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 83 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.18 |
| HSL | 52.8º | 0.57% | 0.57% | - |
| HSV(B) | 52.8º | 0.6% | 0.82% | - |
| XYZ | 46.64 | 52.17 | 15.8 | - |
| YUV | 184.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 83 | 0 | 0.07 | 0.60 | 0.18 | 52.8 | 0.57 | 0.57 |
| Hex | D0 | C1 | 53 | 0 | 7 | 3C | 12 | 35 | 39 | 39 |
| Octal | 320 | 301 | 123 | 0 | 7 | 74 | 22 | 65 | 71 | 71 |
| Binary | 11010000 | 11000001 | 1010011 | 0 | 111 | 111100 | 10010 | 110101 | 111001 | 111001 |
Color Harmonies of #D0C153
Complementary color
Monochromatic Colors of #D0C153
Black with #D0C153
Text Example
Text Example
White with #D0C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C153; }
p { color: rgb(208,193,83); }
H1.HeaderClassName
{
color: #D0C153;
}
.AnyTagClassName
{
color: #D0C153;
}
</style>
background-color css
<style>
a { background-color: #D0C153; }
a { background-color: rgb(208,193,83); }
div.DivClassName
{
background-color: #D0C153;
}
.BgClassName
{
background-color: #D0C153;
}
</style>
border-color css
<style>
span { border-color: #D0C153; }
span { border-color: rgb(208,193,83); }
td.TdClassName
{
border-color: #D0C153;
}
.TagClassName
{
border-color: #D0C153;
}
</style>