Shades of Tacha #D0BE5D
Tints of Tacha #D0BE5D
RGB
CMYK
RGB Variations
Color information
#D0BE5D (or 0xD0BE5D) is known color: Tacha. HEX triplet: D0, BE and 5D. RGB value is (208,190,93). Sum of RGB (Red+Green+Blue) = 208+190+93=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE5D is #2F41A2. Grayscale: #B8B8B8. Windows color (decimal): -3096995 or 6143696. OLE color: 6143696.
HSL color Cylindrical-coordinate representation of color #D0BE5D: hue angle of 50.61º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0BE5D is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 93 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.18 |
| HSL | 50.61º | 0.55% | 0.59% | - |
| HSV(B) | 50.61º | 0.55% | 0.82% | - |
| XYZ | 46.4 | 51.03 | 17.76 | - |
| YUV | 184.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 93 | 0 | 0.09 | 0.55 | 0.18 | 50.61 | 0.55 | 0.59 |
| Hex | D0 | BE | 5D | 0 | 9 | 37 | 12 | 33 | 37 | 3B |
| Octal | 320 | 276 | 135 | 0 | 11 | 67 | 22 | 63 | 67 | 73 |
| Binary | 11010000 | 10111110 | 1011101 | 0 | 1001 | 110111 | 10010 | 110011 | 110111 | 111011 |
Color Harmonies of #D0BE5D
Complementary color
Monochromatic Colors of #D0BE5D
Black with #D0BE5D
Text Example
Text Example
White with #D0BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE5D; }
p { color: rgb(208,190,93); }
H1.HeaderClassName
{
color: #D0BE5D;
}
.AnyTagClassName
{
color: #D0BE5D;
}
</style>
background-color css
<style>
a { background-color: #D0BE5D; }
a { background-color: rgb(208,190,93); }
div.DivClassName
{
background-color: #D0BE5D;
}
.BgClassName
{
background-color: #D0BE5D;
}
</style>
border-color css
<style>
span { border-color: #D0BE5D; }
span { border-color: rgb(208,190,93); }
td.TdClassName
{
border-color: #D0BE5D;
}
.TagClassName
{
border-color: #D0BE5D;
}
</style>