Shades of Tacha #D0BE5A
Tints of Tacha #D0BE5A
RGB
CMYK
RGB Variations
Color information
#D0BE5A (or 0xD0BE5A) is known color: Tacha. HEX triplet: D0, BE and 5A. RGB value is (208,190,90). Sum of RGB (Red+Green+Blue) = 208+190+90=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE5A is #2F41A5. Grayscale: #B8B8B8. Windows color (decimal): -3096998 or 5947088. OLE color: 5947088.
HSL color Cylindrical-coordinate representation of color #D0BE5A: hue angle of 50.85º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0BE5A is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 90 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.18 |
| HSL | 50.85º | 0.56% | 0.58% | - |
| HSV(B) | 50.85º | 0.57% | 0.82% | - |
| XYZ | 46.27 | 50.97 | 17.07 | - |
| YUV | 183.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 90 | 0 | 0.09 | 0.57 | 0.18 | 50.85 | 0.56 | 0.58 |
| Hex | D0 | BE | 5A | 0 | 9 | 39 | 12 | 33 | 38 | 3A |
| Octal | 320 | 276 | 132 | 0 | 11 | 71 | 22 | 63 | 70 | 72 |
| Binary | 11010000 | 10111110 | 1011010 | 0 | 1001 | 111001 | 10010 | 110011 | 111000 | 111010 |
Color Harmonies of #D0BE5A
Complementary color
Monochromatic Colors of #D0BE5A
Black with #D0BE5A
Text Example
Text Example
White with #D0BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE5A; }
p { color: rgb(208,190,90); }
H1.HeaderClassName
{
color: #D0BE5A;
}
.AnyTagClassName
{
color: #D0BE5A;
}
</style>
background-color css
<style>
a { background-color: #D0BE5A; }
a { background-color: rgb(208,190,90); }
div.DivClassName
{
background-color: #D0BE5A;
}
.BgClassName
{
background-color: #D0BE5A;
}
</style>
border-color css
<style>
span { border-color: #D0BE5A; }
span { border-color: rgb(208,190,90); }
td.TdClassName
{
border-color: #D0BE5A;
}
.TagClassName
{
border-color: #D0BE5A;
}
</style>