Shades of Tacha #D9BF5A
Tints of Tacha #D9BF5A
RGB
CMYK
RGB Variations
Color information
#D9BF5A (or 0xD9BF5A) is known color: Tacha. HEX triplet: D9, BF and 5A. RGB value is (217,191,90). Sum of RGB (Red+Green+Blue) = 217+191+90=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF5A is #2640A5. Grayscale: #BBBBBB. Windows color (decimal): -2506918 or 5947353. OLE color: 5947353.
HSL color Cylindrical-coordinate representation of color #D9BF5A: hue angle of 47.72º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9BF5A is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 90 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.15 |
| HSL | 47.72º | 0.63% | 0.6% | - |
| HSV(B) | 47.72º | 0.59% | 0.85% | - |
| XYZ | 49.09 | 52.75 | 17.27 | - |
| YUV | 187.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 90 | 0 | 0.12 | 0.59 | 0.15 | 47.72 | 0.63 | 0.6 |
| Hex | D9 | BF | 5A | 0 | C | 3B | F | 30 | 3F | 3C |
| Octal | 331 | 277 | 132 | 0 | 14 | 73 | 17 | 60 | 77 | 74 |
| Binary | 11011001 | 10111111 | 1011010 | 0 | 1100 | 111011 | 1111 | 110000 | 111111 | 111100 |
Color Harmonies of #D9BF5A
Complementary color
Monochromatic Colors of #D9BF5A
Black with #D9BF5A
Text Example
Text Example
White with #D9BF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF5A; }
p { color: rgb(217,191,90); }
H1.HeaderClassName
{
color: #D9BF5A;
}
.AnyTagClassName
{
color: #D9BF5A;
}
</style>
background-color css
<style>
a { background-color: #D9BF5A; }
a { background-color: rgb(217,191,90); }
div.DivClassName
{
background-color: #D9BF5A;
}
.BgClassName
{
background-color: #D9BF5A;
}
</style>
border-color css
<style>
span { border-color: #D9BF5A; }
span { border-color: rgb(217,191,90); }
td.TdClassName
{
border-color: #D9BF5A;
}
.TagClassName
{
border-color: #D9BF5A;
}
</style>