Shades of Tacha #D0BC54
Tints of Tacha #D0BC54
RGB
CMYK
RGB Variations
Color information
#D0BC54 (or 0xD0BC54) is known color: Tacha. HEX triplet: D0, BC and 54. RGB value is (208,188,84). Sum of RGB (Red+Green+Blue) = 208+188+84=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC54 is #2F43AB. Grayscale: #B6B6B6. Windows color (decimal): -3097516 or 5553360. OLE color: 5553360.
HSL color Cylindrical-coordinate representation of color #D0BC54: hue angle of 50.32º 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 #D0BC54 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 84 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.18 |
| HSL | 50.32º | 0.57% | 0.57% | - |
| HSV(B) | 50.32º | 0.6% | 0.82% | - |
| XYZ | 45.6 | 50.02 | 15.64 | - |
| YUV | 182.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 84 | 0 | 0.10 | 0.60 | 0.18 | 50.32 | 0.57 | 0.57 |
| Hex | D0 | BC | 54 | 0 | A | 3C | 12 | 32 | 39 | 39 |
| Octal | 320 | 274 | 124 | 0 | 12 | 74 | 22 | 62 | 71 | 71 |
| Binary | 11010000 | 10111100 | 1010100 | 0 | 1010 | 111100 | 10010 | 110010 | 111001 | 111001 |
Color Harmonies of #D0BC54
Complementary color
Monochromatic Colors of #D0BC54
Black with #D0BC54
Text Example
Text Example
White with #D0BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC54; }
p { color: rgb(208,188,84); }
H1.HeaderClassName
{
color: #D0BC54;
}
.AnyTagClassName
{
color: #D0BC54;
}
</style>
background-color css
<style>
a { background-color: #D0BC54; }
a { background-color: rgb(208,188,84); }
div.DivClassName
{
background-color: #D0BC54;
}
.BgClassName
{
background-color: #D0BC54;
}
</style>
border-color css
<style>
span { border-color: #D0BC54; }
span { border-color: rgb(208,188,84); }
td.TdClassName
{
border-color: #D0BC54;
}
.TagClassName
{
border-color: #D0BC54;
}
</style>