Shades of Tacha #D0BF63
Tints of Tacha #D0BF63
RGB
CMYK
RGB Variations
Color information
#D0BF63 (or 0xD0BF63) is known color: Tacha. HEX triplet: D0, BF and 63. RGB value is (208,191,99). Sum of RGB (Red+Green+Blue) = 208+191+99=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF63 is #2F409C. Grayscale: #B9B9B9. Windows color (decimal): -3096733 or 6537168. OLE color: 6537168.
HSL color Cylindrical-coordinate representation of color #D0BF63: hue angle of 50.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0BF63 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 99 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.18 |
| HSL | 50.64º | 0.54% | 0.6% | - |
| HSV(B) | 50.64º | 0.52% | 0.82% | - |
| XYZ | 46.9 | 51.57 | 19.29 | - |
| YUV | 185.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 99 | 0 | 0.08 | 0.52 | 0.18 | 50.64 | 0.54 | 0.6 |
| Hex | D0 | BF | 63 | 0 | 8 | 34 | 12 | 33 | 36 | 3C |
| Octal | 320 | 277 | 143 | 0 | 10 | 64 | 22 | 63 | 66 | 74 |
| Binary | 11010000 | 10111111 | 1100011 | 0 | 1000 | 110100 | 10010 | 110011 | 110110 | 111100 |
Color Harmonies of #D0BF63
Complementary color
Monochromatic Colors of #D0BF63
Black with #D0BF63
Text Example
Text Example
White with #D0BF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF63; }
p { color: rgb(208,191,99); }
H1.HeaderClassName
{
color: #D0BF63;
}
.AnyTagClassName
{
color: #D0BF63;
}
</style>
background-color css
<style>
a { background-color: #D0BF63; }
a { background-color: rgb(208,191,99); }
div.DivClassName
{
background-color: #D0BF63;
}
.BgClassName
{
background-color: #D0BF63;
}
</style>
border-color css
<style>
span { border-color: #D0BF63; }
span { border-color: rgb(208,191,99); }
td.TdClassName
{
border-color: #D0BF63;
}
.TagClassName
{
border-color: #D0BF63;
}
</style>