Shades of Tacha #D0BC53
Tints of Tacha #D0BC53
RGB
CMYK
RGB Variations
Color information
#D0BC53 (or 0xD0BC53) is known color: Tacha. HEX triplet: D0, BC and 53. RGB value is (208,188,83). Sum of RGB (Red+Green+Blue) = 208+188+83=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC53 is #2F43AC. Grayscale: #B6B6B6. Windows color (decimal): -3097517 or 5487824. OLE color: 5487824.
HSL color Cylindrical-coordinate representation of color #D0BC53: hue angle of 50.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0BC53 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 83 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.18 |
| HSL | 50.4º | 0.57% | 0.57% | - |
| HSV(B) | 50.4º | 0.6% | 0.82% | - |
| XYZ | 45.56 | 50 | 15.43 | - |
| YUV | 182.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 83 | 0 | 0.10 | 0.60 | 0.18 | 50.4 | 0.57 | 0.57 |
| Hex | D0 | BC | 53 | 0 | A | 3C | 12 | 32 | 39 | 39 |
| Octal | 320 | 274 | 123 | 0 | 12 | 74 | 22 | 62 | 71 | 71 |
| Binary | 11010000 | 10111100 | 1010011 | 0 | 1010 | 111100 | 10010 | 110010 | 111001 | 111001 |
Color Harmonies of #D0BC53
Complementary color
Monochromatic Colors of #D0BC53
Black with #D0BC53
Text Example
Text Example
White with #D0BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC53; }
p { color: rgb(208,188,83); }
H1.HeaderClassName
{
color: #D0BC53;
}
.AnyTagClassName
{
color: #D0BC53;
}
</style>
background-color css
<style>
a { background-color: #D0BC53; }
a { background-color: rgb(208,188,83); }
div.DivClassName
{
background-color: #D0BC53;
}
.BgClassName
{
background-color: #D0BC53;
}
</style>
border-color css
<style>
span { border-color: #D0BC53; }
span { border-color: rgb(208,188,83); }
td.TdClassName
{
border-color: #D0BC53;
}
.TagClassName
{
border-color: #D0BC53;
}
</style>