Shades of Tacha #D7BF54
Tints of Tacha #D7BF54
RGB
CMYK
RGB Variations
Color information
#D7BF54 (or 0xD7BF54) is known color: Tacha. HEX triplet: D7, BF and 54. RGB value is (215,191,84). Sum of RGB (Red+Green+Blue) = 215+191+84=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BF54 is #2840AB. Grayscale: #BABABA. Windows color (decimal): -2637996 or 5554135. OLE color: 5554135.
HSL color Cylindrical-coordinate representation of color #D7BF54: hue angle of 49.01º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7BF54 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 84 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.16 |
| HSL | 49.01º | 0.62% | 0.59% | - |
| HSV(B) | 49.01º | 0.61% | 0.84% | - |
| XYZ | 48.26 | 52.35 | 15.95 | - |
| YUV | 185.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 84 | 0 | 0.11 | 0.61 | 0.16 | 49.01 | 0.62 | 0.59 |
| Hex | D7 | BF | 54 | 0 | B | 3D | 10 | 31 | 3E | 3B |
| Octal | 327 | 277 | 124 | 0 | 13 | 75 | 20 | 61 | 76 | 73 |
| Binary | 11010111 | 10111111 | 1010100 | 0 | 1011 | 111101 | 10000 | 110001 | 111110 | 111011 |
Color Harmonies of #D7BF54
Complementary color
Monochromatic Colors of #D7BF54
Black with #D7BF54
Text Example
Text Example
White with #D7BF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF54; }
p { color: rgb(215,191,84); }
H1.HeaderClassName
{
color: #D7BF54;
}
.AnyTagClassName
{
color: #D7BF54;
}
</style>
background-color css
<style>
a { background-color: #D7BF54; }
a { background-color: rgb(215,191,84); }
div.DivClassName
{
background-color: #D7BF54;
}
.BgClassName
{
background-color: #D7BF54;
}
</style>
border-color css
<style>
span { border-color: #D7BF54; }
span { border-color: rgb(215,191,84); }
td.TdClassName
{
border-color: #D7BF54;
}
.TagClassName
{
border-color: #D7BF54;
}
</style>