Shades of Tacha #D0BC62
Tints of Tacha #D0BC62
RGB
CMYK
RGB Variations
Color information
#D0BC62 (or 0xD0BC62) is known color: Tacha. HEX triplet: D0, BC and 62. RGB value is (208,188,98). Sum of RGB (Red+Green+Blue) = 208+188+98=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC62 is #2F439D. Grayscale: #B8B8B8. Windows color (decimal): -3097502 or 6470864. OLE color: 6470864.
HSL color Cylindrical-coordinate representation of color #D0BC62: hue angle of 49.09º 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 #D0BC62 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 98 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.18 |
| HSL | 49.09º | 0.54% | 0.6% | - |
| HSV(B) | 49.09º | 0.53% | 0.82% | - |
| XYZ | 46.2 | 50.26 | 18.82 | - |
| YUV | 183.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 98 | 0 | 0.10 | 0.53 | 0.18 | 49.09 | 0.54 | 0.6 |
| Hex | D0 | BC | 62 | 0 | A | 35 | 12 | 31 | 36 | 3C |
| Octal | 320 | 274 | 142 | 0 | 12 | 65 | 22 | 61 | 66 | 74 |
| Binary | 11010000 | 10111100 | 1100010 | 0 | 1010 | 110101 | 10010 | 110001 | 110110 | 111100 |
Color Harmonies of #D0BC62
Complementary color
Monochromatic Colors of #D0BC62
Black with #D0BC62
Text Example
Text Example
White with #D0BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC62; }
p { color: rgb(208,188,98); }
H1.HeaderClassName
{
color: #D0BC62;
}
.AnyTagClassName
{
color: #D0BC62;
}
</style>
background-color css
<style>
a { background-color: #D0BC62; }
a { background-color: rgb(208,188,98); }
div.DivClassName
{
background-color: #D0BC62;
}
.BgClassName
{
background-color: #D0BC62;
}
</style>
border-color css
<style>
span { border-color: #D0BC62; }
span { border-color: rgb(208,188,98); }
td.TdClassName
{
border-color: #D0BC62;
}
.TagClassName
{
border-color: #D0BC62;
}
</style>