Shades of Tacha #D9BE5C
Tints of Tacha #D9BE5C
RGB
CMYK
RGB Variations
Color information
#D9BE5C (or 0xD9BE5C) is known color: Tacha. HEX triplet: D9, BE and 5C. RGB value is (217,190,92). Sum of RGB (Red+Green+Blue) = 217+190+92=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BE5C is #2641A3. Grayscale: #BBBBBB. Windows color (decimal): -2507172 or 6078169. OLE color: 6078169.
HSL color Cylindrical-coordinate representation of color #D9BE5C: hue angle of 47.04º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9BE5C is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 92 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.15 |
| HSL | 47.04º | 0.62% | 0.61% | - |
| HSV(B) | 47.04º | 0.58% | 0.85% | - |
| XYZ | 48.96 | 52.35 | 17.65 | - |
| YUV | 186.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 92 | 0 | 0.12 | 0.58 | 0.15 | 47.04 | 0.62 | 0.61 |
| Hex | D9 | BE | 5C | 0 | C | 3A | F | 2F | 3E | 3D |
| Octal | 331 | 276 | 134 | 0 | 14 | 72 | 17 | 57 | 76 | 75 |
| Binary | 11011001 | 10111110 | 1011100 | 0 | 1100 | 111010 | 1111 | 101111 | 111110 | 111101 |
Color Harmonies of #D9BE5C
Complementary color
Monochromatic Colors of #D9BE5C
Black with #D9BE5C
Text Example
Text Example
White with #D9BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE5C; }
p { color: rgb(217,190,92); }
H1.HeaderClassName
{
color: #D9BE5C;
}
.AnyTagClassName
{
color: #D9BE5C;
}
</style>
background-color css
<style>
a { background-color: #D9BE5C; }
a { background-color: rgb(217,190,92); }
div.DivClassName
{
background-color: #D9BE5C;
}
.BgClassName
{
background-color: #D9BE5C;
}
</style>
border-color css
<style>
span { border-color: #D9BE5C; }
span { border-color: rgb(217,190,92); }
td.TdClassName
{
border-color: #D9BE5C;
}
.TagClassName
{
border-color: #D9BE5C;
}
</style>