Shades of Tacha #D8BE51
Tints of Tacha #D8BE51
RGB
CMYK
RGB Variations
Color information
#D8BE51 (or 0xD8BE51) is known color: Tacha. HEX triplet: D8, BE and 51. RGB value is (216,190,81). Sum of RGB (Red+Green+Blue) = 216+190+81=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BE51 is #2741AE. Grayscale: #B9B9B9. Windows color (decimal): -2572719 or 5357272. OLE color: 5357272.
HSL color Cylindrical-coordinate representation of color #D8BE51: hue angle of 48.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8BE51 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 81 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.15 |
| HSL | 48.44º | 0.63% | 0.58% | - |
| HSV(B) | 48.44º | 0.63% | 0.85% | - |
| XYZ | 48.22 | 52.02 | 15.28 | - |
| YUV | 185.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 81 | 0 | 0.12 | 0.62 | 0.15 | 48.44 | 0.63 | 0.58 |
| Hex | D8 | BE | 51 | 0 | C | 3E | F | 30 | 3F | 3A |
| Octal | 330 | 276 | 121 | 0 | 14 | 76 | 17 | 60 | 77 | 72 |
| Binary | 11011000 | 10111110 | 1010001 | 0 | 1100 | 111110 | 1111 | 110000 | 111111 | 111010 |
Color Harmonies of #D8BE51
Complementary color
Monochromatic Colors of #D8BE51
Black with #D8BE51
Text Example
Text Example
White with #D8BE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE51; }
p { color: rgb(216,190,81); }
H1.HeaderClassName
{
color: #D8BE51;
}
.AnyTagClassName
{
color: #D8BE51;
}
</style>
background-color css
<style>
a { background-color: #D8BE51; }
a { background-color: rgb(216,190,81); }
div.DivClassName
{
background-color: #D8BE51;
}
.BgClassName
{
background-color: #D8BE51;
}
</style>
border-color css
<style>
span { border-color: #D8BE51; }
span { border-color: rgb(216,190,81); }
td.TdClassName
{
border-color: #D8BE51;
}
.TagClassName
{
border-color: #D8BE51;
}
</style>