Shades of Tacha #D0BE65
Tints of Tacha #D0BE65
RGB
CMYK
RGB Variations
Color information
#D0BE65 (or 0xD0BE65) is known color: Tacha. HEX triplet: D0, BE and 65. RGB value is (208,190,101). Sum of RGB (Red+Green+Blue) = 208+190+101=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE65 is #2F419A. Grayscale: #B9B9B9. Windows color (decimal): -3096987 or 6667984. OLE color: 6667984.
HSL color Cylindrical-coordinate representation of color #D0BE65: hue angle of 49.91º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0BE65 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 101 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.18 |
| HSL | 49.91º | 0.53% | 0.61% | - |
| HSV(B) | 49.91º | 0.51% | 0.82% | - |
| XYZ | 46.77 | 51.18 | 19.72 | - |
| YUV | 185.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 101 | 0 | 0.09 | 0.51 | 0.18 | 49.91 | 0.53 | 0.61 |
| Hex | D0 | BE | 65 | 0 | 9 | 33 | 12 | 32 | 35 | 3D |
| Octal | 320 | 276 | 145 | 0 | 11 | 63 | 22 | 62 | 65 | 75 |
| Binary | 11010000 | 10111110 | 1100101 | 0 | 1001 | 110011 | 10010 | 110010 | 110101 | 111101 |
Color Harmonies of #D0BE65
Complementary color
Monochromatic Colors of #D0BE65
Black with #D0BE65
Text Example
Text Example
White with #D0BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE65; }
p { color: rgb(208,190,101); }
H1.HeaderClassName
{
color: #D0BE65;
}
.AnyTagClassName
{
color: #D0BE65;
}
</style>
background-color css
<style>
a { background-color: #D0BE65; }
a { background-color: rgb(208,190,101); }
div.DivClassName
{
background-color: #D0BE65;
}
.BgClassName
{
background-color: #D0BE65;
}
</style>
border-color css
<style>
span { border-color: #D0BE65; }
span { border-color: rgb(208,190,101); }
td.TdClassName
{
border-color: #D0BE65;
}
.TagClassName
{
border-color: #D0BE65;
}
</style>