Shades of Tacha #D0BE5B
Tints of Tacha #D0BE5B
RGB
CMYK
RGB Variations
Color information
#D0BE5B (or 0xD0BE5B) is known color: Tacha. HEX triplet: D0, BE and 5B. RGB value is (208,190,91). Sum of RGB (Red+Green+Blue) = 208+190+91=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE5B is #2F41A4. Grayscale: #B8B8B8. Windows color (decimal): -3096997 or 6012624. OLE color: 6012624.
HSL color Cylindrical-coordinate representation of color #D0BE5B: hue angle of 50.77º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0BE5B is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 91 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.18 |
| HSL | 50.77º | 0.55% | 0.59% | - |
| HSV(B) | 50.77º | 0.56% | 0.82% | - |
| XYZ | 46.31 | 50.99 | 17.3 | - |
| YUV | 184.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 91 | 0 | 0.09 | 0.56 | 0.18 | 50.77 | 0.55 | 0.59 |
| Hex | D0 | BE | 5B | 0 | 9 | 38 | 12 | 33 | 37 | 3B |
| Octal | 320 | 276 | 133 | 0 | 11 | 70 | 22 | 63 | 67 | 73 |
| Binary | 11010000 | 10111110 | 1011011 | 0 | 1001 | 111000 | 10010 | 110011 | 110111 | 111011 |
Color Harmonies of #D0BE5B
Complementary color
Monochromatic Colors of #D0BE5B
Black with #D0BE5B
Text Example
Text Example
White with #D0BE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE5B; }
p { color: rgb(208,190,91); }
H1.HeaderClassName
{
color: #D0BE5B;
}
.AnyTagClassName
{
color: #D0BE5B;
}
</style>
background-color css
<style>
a { background-color: #D0BE5B; }
a { background-color: rgb(208,190,91); }
div.DivClassName
{
background-color: #D0BE5B;
}
.BgClassName
{
background-color: #D0BE5B;
}
</style>
border-color css
<style>
span { border-color: #D0BE5B; }
span { border-color: rgb(208,190,91); }
td.TdClassName
{
border-color: #D0BE5B;
}
.TagClassName
{
border-color: #D0BE5B;
}
</style>