Shades of Tacha #D0BF5E
Tints of Tacha #D0BF5E
RGB
CMYK
RGB Variations
Color information
#D0BF5E (or 0xD0BF5E) is known color: Tacha. HEX triplet: D0, BF and 5E. RGB value is (208,191,94). Sum of RGB (Red+Green+Blue) = 208+191+94=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF5E is #2F40A1. Grayscale: #B9B9B9. Windows color (decimal): -3096738 or 6209488. OLE color: 6209488.
HSL color Cylindrical-coordinate representation of color #D0BF5E: hue angle of 51.05º 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 #D0BF5E is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 94 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.18 |
| HSL | 51.05º | 0.55% | 0.59% | - |
| HSV(B) | 51.05º | 0.55% | 0.82% | - |
| XYZ | 46.66 | 51.48 | 18.07 | - |
| YUV | 185.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 94 | 0 | 0.08 | 0.55 | 0.18 | 51.05 | 0.55 | 0.59 |
| Hex | D0 | BF | 5E | 0 | 8 | 37 | 12 | 33 | 37 | 3B |
| Octal | 320 | 277 | 136 | 0 | 10 | 67 | 22 | 63 | 67 | 73 |
| Binary | 11010000 | 10111111 | 1011110 | 0 | 1000 | 110111 | 10010 | 110011 | 110111 | 111011 |
Color Harmonies of #D0BF5E
Complementary color
Monochromatic Colors of #D0BF5E
Black with #D0BF5E
Text Example
Text Example
White with #D0BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF5E; }
p { color: rgb(208,191,94); }
H1.HeaderClassName
{
color: #D0BF5E;
}
.AnyTagClassName
{
color: #D0BF5E;
}
</style>
background-color css
<style>
a { background-color: #D0BF5E; }
a { background-color: rgb(208,191,94); }
div.DivClassName
{
background-color: #D0BF5E;
}
.BgClassName
{
background-color: #D0BF5E;
}
</style>
border-color css
<style>
span { border-color: #D0BF5E; }
span { border-color: rgb(208,191,94); }
td.TdClassName
{
border-color: #D0BF5E;
}
.TagClassName
{
border-color: #D0BF5E;
}
</style>