Shades of Tacha #D0B362
Tints of Tacha #D0B362
RGB
CMYK
RGB Variations
Color information
#D0B362 (or 0xD0B362) is known color: Tacha. HEX triplet: D0, B3 and 62. RGB value is (208,179,98). Sum of RGB (Red+Green+Blue) = 208+179+98=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B362 is #2F4C9D. Grayscale: #B2B2B2. Windows color (decimal): -3099806 or 6468560. OLE color: 6468560.
HSL color Cylindrical-coordinate representation of color #D0B362: hue angle of 44.18º 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 #D0B362 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 98 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.18 |
| HSL | 44.18º | 0.54% | 0.6% | - |
| HSV(B) | 44.18º | 0.53% | 0.82% | - |
| XYZ | 44.34 | 46.53 | 18.2 | - |
| YUV | 178.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 98 | 0 | 0.14 | 0.53 | 0.18 | 44.18 | 0.54 | 0.6 |
| Hex | D0 | B3 | 62 | 0 | E | 35 | 12 | 2C | 36 | 3C |
| Octal | 320 | 263 | 142 | 0 | 16 | 65 | 22 | 54 | 66 | 74 |
| Binary | 11010000 | 10110011 | 1100010 | 0 | 1110 | 110101 | 10010 | 101100 | 110110 | 111100 |
Color Harmonies of #D0B362
Complementary color
Monochromatic Colors of #D0B362
Black with #D0B362
Text Example
Text Example
White with #D0B362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B362; }
p { color: rgb(208,179,98); }
H1.HeaderClassName
{
color: #D0B362;
}
.AnyTagClassName
{
color: #D0B362;
}
</style>
background-color css
<style>
a { background-color: #D0B362; }
a { background-color: rgb(208,179,98); }
div.DivClassName
{
background-color: #D0B362;
}
.BgClassName
{
background-color: #D0B362;
}
</style>
border-color css
<style>
span { border-color: #D0B362; }
span { border-color: rgb(208,179,98); }
td.TdClassName
{
border-color: #D0B362;
}
.TagClassName
{
border-color: #D0B362;
}
</style>