Shades of Tacha #D8BD52
Tints of Tacha #D8BD52
RGB
CMYK
RGB Variations
Color information
#D8BD52 (or 0xD8BD52) is known color: Tacha. HEX triplet: D8, BD and 52. RGB value is (216,189,82). Sum of RGB (Red+Green+Blue) = 216+189+82=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD52 is #2742AD. Grayscale: #B9B9B9. Windows color (decimal): -2572974 or 5422552. OLE color: 5422552.
HSL color Cylindrical-coordinate representation of color #D8BD52: hue angle of 47.91º 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 #D8BD52 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 82 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.15 |
| HSL | 47.91º | 0.63% | 0.58% | - |
| HSV(B) | 47.91º | 0.62% | 0.85% | - |
| XYZ | 48.04 | 51.6 | 15.41 | - |
| YUV | 184.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 82 | 0 | 0.12 | 0.62 | 0.15 | 47.91 | 0.63 | 0.58 |
| Hex | D8 | BD | 52 | 0 | C | 3E | F | 30 | 3F | 3A |
| Octal | 330 | 275 | 122 | 0 | 14 | 76 | 17 | 60 | 77 | 72 |
| Binary | 11011000 | 10111101 | 1010010 | 0 | 1100 | 111110 | 1111 | 110000 | 111111 | 111010 |
Color Harmonies of #D8BD52
Complementary color
Monochromatic Colors of #D8BD52
Black with #D8BD52
Text Example
Text Example
White with #D8BD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD52; }
p { color: rgb(216,189,82); }
H1.HeaderClassName
{
color: #D8BD52;
}
.AnyTagClassName
{
color: #D8BD52;
}
</style>
background-color css
<style>
a { background-color: #D8BD52; }
a { background-color: rgb(216,189,82); }
div.DivClassName
{
background-color: #D8BD52;
}
.BgClassName
{
background-color: #D8BD52;
}
</style>
border-color css
<style>
span { border-color: #D8BD52; }
span { border-color: rgb(216,189,82); }
td.TdClassName
{
border-color: #D8BD52;
}
.TagClassName
{
border-color: #D8BD52;
}
</style>