Shades of Tacha #D0BC5D
Tints of Tacha #D0BC5D
RGB
CMYK
RGB Variations
Color information
#D0BC5D (or 0xD0BC5D) is known color: Tacha. HEX triplet: D0, BC and 5D. RGB value is (208,188,93). Sum of RGB (Red+Green+Blue) = 208+188+93=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC5D is #2F43A2. Grayscale: #B7B7B7. Windows color (decimal): -3097507 or 6143184. OLE color: 6143184.
HSL color Cylindrical-coordinate representation of color #D0BC5D: hue angle of 49.57º 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 #D0BC5D is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 93 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.18 |
| HSL | 49.57º | 0.55% | 0.59% | - |
| HSV(B) | 49.57º | 0.55% | 0.82% | - |
| XYZ | 45.97 | 50.17 | 17.62 | - |
| YUV | 183.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 93 | 0 | 0.10 | 0.55 | 0.18 | 49.57 | 0.55 | 0.59 |
| Hex | D0 | BC | 5D | 0 | A | 37 | 12 | 32 | 37 | 3B |
| Octal | 320 | 274 | 135 | 0 | 12 | 67 | 22 | 62 | 67 | 73 |
| Binary | 11010000 | 10111100 | 1011101 | 0 | 1010 | 110111 | 10010 | 110010 | 110111 | 111011 |
Color Harmonies of #D0BC5D
Complementary color
Monochromatic Colors of #D0BC5D
Black with #D0BC5D
Text Example
Text Example
White with #D0BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC5D; }
p { color: rgb(208,188,93); }
H1.HeaderClassName
{
color: #D0BC5D;
}
.AnyTagClassName
{
color: #D0BC5D;
}
</style>
background-color css
<style>
a { background-color: #D0BC5D; }
a { background-color: rgb(208,188,93); }
div.DivClassName
{
background-color: #D0BC5D;
}
.BgClassName
{
background-color: #D0BC5D;
}
</style>
border-color css
<style>
span { border-color: #D0BC5D; }
span { border-color: rgb(208,188,93); }
td.TdClassName
{
border-color: #D0BC5D;
}
.TagClassName
{
border-color: #D0BC5D;
}
</style>