Shades of Tacha #D0C162
Tints of Tacha #D0C162
RGB
CMYK
RGB Variations
Color information
#D0C162 (or 0xD0C162) is known color: Tacha. HEX triplet: D0, C1 and 62. RGB value is (208,193,98). Sum of RGB (Red+Green+Blue) = 208+193+98=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C162 is #2F3E9D. Grayscale: #BBBBBB. Windows color (decimal): -3096222 or 6472144. OLE color: 6472144.
HSL color Cylindrical-coordinate representation of color #D0C162: hue angle of 51.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0C162 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 98 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.18 |
| HSL | 51.82º | 0.54% | 0.6% | - |
| HSV(B) | 51.82º | 0.53% | 0.82% | - |
| XYZ | 47.29 | 52.43 | 19.18 | - |
| YUV | 186.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 98 | 0 | 0.07 | 0.53 | 0.18 | 51.82 | 0.54 | 0.6 |
| Hex | D0 | C1 | 62 | 0 | 7 | 35 | 12 | 34 | 36 | 3C |
| Octal | 320 | 301 | 142 | 0 | 7 | 65 | 22 | 64 | 66 | 74 |
| Binary | 11010000 | 11000001 | 1100010 | 0 | 111 | 110101 | 10010 | 110100 | 110110 | 111100 |
Color Harmonies of #D0C162
Complementary color
Monochromatic Colors of #D0C162
Black with #D0C162
Text Example
Text Example
White with #D0C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C162; }
p { color: rgb(208,193,98); }
H1.HeaderClassName
{
color: #D0C162;
}
.AnyTagClassName
{
color: #D0C162;
}
</style>
background-color css
<style>
a { background-color: #D0C162; }
a { background-color: rgb(208,193,98); }
div.DivClassName
{
background-color: #D0C162;
}
.BgClassName
{
background-color: #D0C162;
}
</style>
border-color css
<style>
span { border-color: #D0C162; }
span { border-color: rgb(208,193,98); }
td.TdClassName
{
border-color: #D0C162;
}
.TagClassName
{
border-color: #D0C162;
}
</style>