Shades of Tacha #D2BF58
Tints of Tacha #D2BF58
RGB
CMYK
RGB Variations
Color information
#D2BF58 (or 0xD2BF58) is known color: Tacha. HEX triplet: D2, BF and 58. RGB value is (210,191,88). Sum of RGB (Red+Green+Blue) = 210+191+88=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF58 is #2D40A7. Grayscale: #B9B9B9. Windows color (decimal): -2965672 or 5816274. OLE color: 5816274.
HSL color Cylindrical-coordinate representation of color #D2BF58: hue angle of 50.66º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2BF58 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 88 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.18 |
| HSL | 50.66º | 0.58% | 0.58% | - |
| HSV(B) | 50.66º | 0.58% | 0.82% | - |
| XYZ | 46.97 | 51.67 | 16.73 | - |
| YUV | 184.94 | 73.29 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 88 | 0 | 0.09 | 0.58 | 0.18 | 50.66 | 0.58 | 0.58 |
| Hex | D2 | BF | 58 | 0 | 9 | 3A | 12 | 33 | 3A | 3A |
| Octal | 322 | 277 | 130 | 0 | 11 | 72 | 22 | 63 | 72 | 72 |
| Binary | 11010010 | 10111111 | 1011000 | 0 | 1001 | 111010 | 10010 | 110011 | 111010 | 111010 |
Color Harmonies of #D2BF58
Complementary color
Monochromatic Colors of #D2BF58
Black with #D2BF58
Text Example
Text Example
White with #D2BF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF58; }
p { color: rgb(210,191,88); }
H1.HeaderClassName
{
color: #D2BF58;
}
.AnyTagClassName
{
color: #D2BF58;
}
</style>
background-color css
<style>
a { background-color: #D2BF58; }
a { background-color: rgb(210,191,88); }
div.DivClassName
{
background-color: #D2BF58;
}
.BgClassName
{
background-color: #D2BF58;
}
</style>
border-color css
<style>
span { border-color: #D2BF58; }
span { border-color: rgb(210,191,88); }
td.TdClassName
{
border-color: #D2BF58;
}
.TagClassName
{
border-color: #D2BF58;
}
</style>