Shades of Tacha #D0BE60
Tints of Tacha #D0BE60
RGB
CMYK
RGB Variations
Color information
#D0BE60 (or 0xD0BE60) is known color: Tacha. HEX triplet: D0, BE and 60. RGB value is (208,190,96). Sum of RGB (Red+Green+Blue) = 208+190+96=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE60 is #2F419F. Grayscale: #B9B9B9. Windows color (decimal): -3096992 or 6340304. OLE color: 6340304.
HSL color Cylindrical-coordinate representation of color #D0BE60: hue angle of 50.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0BE60 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 96 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.18 |
| HSL | 50.36º | 0.54% | 0.6% | - |
| HSV(B) | 50.36º | 0.54% | 0.82% | - |
| XYZ | 46.54 | 51.08 | 18.47 | - |
| YUV | 184.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 96 | 0 | 0.09 | 0.54 | 0.18 | 50.36 | 0.54 | 0.6 |
| Hex | D0 | BE | 60 | 0 | 9 | 36 | 12 | 32 | 36 | 3C |
| Octal | 320 | 276 | 140 | 0 | 11 | 66 | 22 | 62 | 66 | 74 |
| Binary | 11010000 | 10111110 | 1100000 | 0 | 1001 | 110110 | 10010 | 110010 | 110110 | 111100 |
Color Harmonies of #D0BE60
Complementary color
Monochromatic Colors of #D0BE60
Black with #D0BE60
Text Example
Text Example
White with #D0BE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE60; }
p { color: rgb(208,190,96); }
H1.HeaderClassName
{
color: #D0BE60;
}
.AnyTagClassName
{
color: #D0BE60;
}
</style>
background-color css
<style>
a { background-color: #D0BE60; }
a { background-color: rgb(208,190,96); }
div.DivClassName
{
background-color: #D0BE60;
}
.BgClassName
{
background-color: #D0BE60;
}
</style>
border-color css
<style>
span { border-color: #D0BE60; }
span { border-color: rgb(208,190,96); }
td.TdClassName
{
border-color: #D0BE60;
}
.TagClassName
{
border-color: #D0BE60;
}
</style>