Shades of Tacha #D2BF50
Tints of Tacha #D2BF50
RGB
CMYK
RGB Variations
Color information
#D2BF50 (or 0xD2BF50) is known color: Tacha. HEX triplet: D2, BF and 50. RGB value is (210,191,80). Sum of RGB (Red+Green+Blue) = 210+191+80=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF50 is #2D40AF. Grayscale: #B8B8B8. Windows color (decimal): -2965680 or 5291986. OLE color: 5291986.
HSL color Cylindrical-coordinate representation of color #D2BF50: hue angle of 51.23º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2BF50 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 80 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.18 |
| HSL | 51.23º | 0.59% | 0.57% | - |
| HSV(B) | 51.23º | 0.62% | 0.82% | - |
| XYZ | 46.66 | 51.54 | 15.08 | - |
| YUV | 184.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 80 | 0 | 0.09 | 0.62 | 0.18 | 51.23 | 0.59 | 0.57 |
| Hex | D2 | BF | 50 | 0 | 9 | 3E | 12 | 33 | 3B | 39 |
| Octal | 322 | 277 | 120 | 0 | 11 | 76 | 22 | 63 | 73 | 71 |
| Binary | 11010010 | 10111111 | 1010000 | 0 | 1001 | 111110 | 10010 | 110011 | 111011 | 111001 |
Color Harmonies of #D2BF50
Complementary color
Monochromatic Colors of #D2BF50
Black with #D2BF50
Text Example
Text Example
White with #D2BF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF50; }
p { color: rgb(210,191,80); }
H1.HeaderClassName
{
color: #D2BF50;
}
.AnyTagClassName
{
color: #D2BF50;
}
</style>
background-color css
<style>
a { background-color: #D2BF50; }
a { background-color: rgb(210,191,80); }
div.DivClassName
{
background-color: #D2BF50;
}
.BgClassName
{
background-color: #D2BF50;
}
</style>
border-color css
<style>
span { border-color: #D2BF50; }
span { border-color: rgb(210,191,80); }
td.TdClassName
{
border-color: #D2BF50;
}
.TagClassName
{
border-color: #D2BF50;
}
</style>