Shades of Tacha #D0BE4F
Tints of Tacha #D0BE4F
RGB
CMYK
RGB Variations
Color information
#D0BE4F (or 0xD0BE4F) is known color: Tacha. HEX triplet: D0, BE and 4F. RGB value is (208,190,79). Sum of RGB (Red+Green+Blue) = 208+190+79=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE4F is #2F41B0. Grayscale: #B7B7B7. Windows color (decimal): -3097009 or 5226192. OLE color: 5226192.
HSL color Cylindrical-coordinate representation of color #D0BE4F: hue angle of 51.63º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0BE4F is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 79 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.18 |
| HSL | 51.63º | 0.58% | 0.56% | - |
| HSV(B) | 51.63º | 0.62% | 0.82% | - |
| XYZ | 45.84 | 50.8 | 14.79 | - |
| YUV | 182.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 79 | 0 | 0.09 | 0.62 | 0.18 | 51.63 | 0.58 | 0.56 |
| Hex | D0 | BE | 4F | 0 | 9 | 3E | 12 | 34 | 3A | 38 |
| Octal | 320 | 276 | 117 | 0 | 11 | 76 | 22 | 64 | 72 | 70 |
| Binary | 11010000 | 10111110 | 1001111 | 0 | 1001 | 111110 | 10010 | 110100 | 111010 | 111000 |
Color Harmonies of #D0BE4F
Complementary color
Monochromatic Colors of #D0BE4F
Black with #D0BE4F
Text Example
Text Example
White with #D0BE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE4F; }
p { color: rgb(208,190,79); }
H1.HeaderClassName
{
color: #D0BE4F;
}
.AnyTagClassName
{
color: #D0BE4F;
}
</style>
background-color css
<style>
a { background-color: #D0BE4F; }
a { background-color: rgb(208,190,79); }
div.DivClassName
{
background-color: #D0BE4F;
}
.BgClassName
{
background-color: #D0BE4F;
}
</style>
border-color css
<style>
span { border-color: #D0BE4F; }
span { border-color: rgb(208,190,79); }
td.TdClassName
{
border-color: #D0BE4F;
}
.TagClassName
{
border-color: #D0BE4F;
}
</style>