Shades of Tacha #D8BE62
Tints of Tacha #D8BE62
RGB
CMYK
RGB Variations
Color information
#D8BE62 (or 0xD8BE62) is known color: Tacha. HEX triplet: D8, BE and 62. RGB value is (216,190,98). Sum of RGB (Red+Green+Blue) = 216+190+98=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BE62 is #27419D. Grayscale: #BBBBBB. Windows color (decimal): -2572702 or 6471384. OLE color: 6471384.
HSL color Cylindrical-coordinate representation of color #D8BE62: hue angle of 46.78º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8BE62 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 98 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.15 |
| HSL | 46.78º | 0.6% | 0.62% | - |
| HSV(B) | 46.78º | 0.55% | 0.85% | - |
| XYZ | 48.94 | 52.31 | 19.07 | - |
| YUV | 187.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 98 | 0 | 0.12 | 0.55 | 0.15 | 46.78 | 0.6 | 0.62 |
| Hex | D8 | BE | 62 | 0 | C | 37 | F | 2F | 3C | 3E |
| Octal | 330 | 276 | 142 | 0 | 14 | 67 | 17 | 57 | 74 | 76 |
| Binary | 11011000 | 10111110 | 1100010 | 0 | 1100 | 110111 | 1111 | 101111 | 111100 | 111110 |
Color Harmonies of #D8BE62
Complementary color
Monochromatic Colors of #D8BE62
Black with #D8BE62
Text Example
Text Example
White with #D8BE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE62; }
p { color: rgb(216,190,98); }
H1.HeaderClassName
{
color: #D8BE62;
}
.AnyTagClassName
{
color: #D8BE62;
}
</style>
background-color css
<style>
a { background-color: #D8BE62; }
a { background-color: rgb(216,190,98); }
div.DivClassName
{
background-color: #D8BE62;
}
.BgClassName
{
background-color: #D8BE62;
}
</style>
border-color css
<style>
span { border-color: #D8BE62; }
span { border-color: rgb(216,190,98); }
td.TdClassName
{
border-color: #D8BE62;
}
.TagClassName
{
border-color: #D8BE62;
}
</style>