Shades of Tacha #D9BF67
Tints of Tacha #D9BF67
RGB
CMYK
RGB Variations
Color information
#D9BF67 (or 0xD9BF67) is known color: Tacha. HEX triplet: D9, BF and 67. RGB value is (217,191,103). Sum of RGB (Red+Green+Blue) = 217+191+103=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF67 is #264098. Grayscale: #BDBDBD. Windows color (decimal): -2506905 or 6799321. OLE color: 6799321.
HSL color Cylindrical-coordinate representation of color #D9BF67: hue angle of 46.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9BF67 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 103 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.15 |
| HSL | 46.32º | 0.6% | 0.63% | - |
| HSV(B) | 46.32º | 0.53% | 0.85% | - |
| XYZ | 49.69 | 52.99 | 20.44 | - |
| YUV | 188.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 103 | 0 | 0.12 | 0.53 | 0.15 | 46.32 | 0.6 | 0.63 |
| Hex | D9 | BF | 67 | 0 | C | 35 | F | 2E | 3C | 3F |
| Octal | 331 | 277 | 147 | 0 | 14 | 65 | 17 | 56 | 74 | 77 |
| Binary | 11011001 | 10111111 | 1100111 | 0 | 1100 | 110101 | 1111 | 101110 | 111100 | 111111 |
Color Harmonies of #D9BF67
Complementary color
Monochromatic Colors of #D9BF67
Black with #D9BF67
Text Example
Text Example
White with #D9BF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF67; }
p { color: rgb(217,191,103); }
H1.HeaderClassName
{
color: #D9BF67;
}
.AnyTagClassName
{
color: #D9BF67;
}
</style>
background-color css
<style>
a { background-color: #D9BF67; }
a { background-color: rgb(217,191,103); }
div.DivClassName
{
background-color: #D9BF67;
}
.BgClassName
{
background-color: #D9BF67;
}
</style>
border-color css
<style>
span { border-color: #D9BF67; }
span { border-color: rgb(217,191,103); }
td.TdClassName
{
border-color: #D9BF67;
}
.TagClassName
{
border-color: #D9BF67;
}
</style>