Shades of Tacha #D2BF5A
Tints of Tacha #D2BF5A
RGB
CMYK
RGB Variations
Color information
#D2BF5A (or 0xD2BF5A) is known color: Tacha. HEX triplet: D2, BF and 5A. RGB value is (210,191,90). Sum of RGB (Red+Green+Blue) = 210+191+90=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF5A is #2D40A5. Grayscale: #B9B9B9. Windows color (decimal): -2965670 or 5947346. OLE color: 5947346.
HSL color Cylindrical-coordinate representation of color #D2BF5A: hue angle of 50.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2BF5A is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 90 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.18 |
| HSL | 50.5º | 0.57% | 0.59% | - |
| HSV(B) | 50.5º | 0.57% | 0.82% | - |
| XYZ | 47.05 | 51.7 | 17.17 | - |
| YUV | 185.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 90 | 0 | 0.09 | 0.57 | 0.18 | 50.5 | 0.57 | 0.59 |
| Hex | D2 | BF | 5A | 0 | 9 | 39 | 12 | 32 | 39 | 3B |
| Octal | 322 | 277 | 132 | 0 | 11 | 71 | 22 | 62 | 71 | 73 |
| Binary | 11010010 | 10111111 | 1011010 | 0 | 1001 | 111001 | 10010 | 110010 | 111001 | 111011 |
Color Harmonies of #D2BF5A
Complementary color
Monochromatic Colors of #D2BF5A
Black with #D2BF5A
Text Example
Text Example
White with #D2BF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF5A; }
p { color: rgb(210,191,90); }
H1.HeaderClassName
{
color: #D2BF5A;
}
.AnyTagClassName
{
color: #D2BF5A;
}
</style>
background-color css
<style>
a { background-color: #D2BF5A; }
a { background-color: rgb(210,191,90); }
div.DivClassName
{
background-color: #D2BF5A;
}
.BgClassName
{
background-color: #D2BF5A;
}
</style>
border-color css
<style>
span { border-color: #D2BF5A; }
span { border-color: rgb(210,191,90); }
td.TdClassName
{
border-color: #D2BF5A;
}
.TagClassName
{
border-color: #D2BF5A;
}
</style>