Shades of Tacha #D0B863
Tints of Tacha #D0B863
RGB
CMYK
RGB Variations
Color information
#D0B863 (or 0xD0B863) is known color: Tacha. HEX triplet: D0, B8 and 63. RGB value is (208,184,99). Sum of RGB (Red+Green+Blue) = 208+184+99=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B863 is #2F479C. Grayscale: #B5B5B5. Windows color (decimal): -3098525 or 6535376. OLE color: 6535376.
HSL color Cylindrical-coordinate representation of color #D0B863: hue angle of 46.79º 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 #D0B863 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 99 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.18 |
| HSL | 46.79º | 0.54% | 0.6% | - |
| HSV(B) | 46.79º | 0.52% | 0.82% | - |
| XYZ | 45.41 | 48.59 | 18.79 | - |
| YUV | 181.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 99 | 0 | 0.12 | 0.52 | 0.18 | 46.79 | 0.54 | 0.6 |
| Hex | D0 | B8 | 63 | 0 | C | 34 | 12 | 2F | 36 | 3C |
| Octal | 320 | 270 | 143 | 0 | 14 | 64 | 22 | 57 | 66 | 74 |
| Binary | 11010000 | 10111000 | 1100011 | 0 | 1100 | 110100 | 10010 | 101111 | 110110 | 111100 |
Color Harmonies of #D0B863
Complementary color
Monochromatic Colors of #D0B863
Black with #D0B863
Text Example
Text Example
White with #D0B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B863; }
p { color: rgb(208,184,99); }
H1.HeaderClassName
{
color: #D0B863;
}
.AnyTagClassName
{
color: #D0B863;
}
</style>
background-color css
<style>
a { background-color: #D0B863; }
a { background-color: rgb(208,184,99); }
div.DivClassName
{
background-color: #D0B863;
}
.BgClassName
{
background-color: #D0B863;
}
</style>
border-color css
<style>
span { border-color: #D0B863; }
span { border-color: rgb(208,184,99); }
td.TdClassName
{
border-color: #D0B863;
}
.TagClassName
{
border-color: #D0B863;
}
</style>