Shades of Tacha #D1BE52
Tints of Tacha #D1BE52
RGB
CMYK
RGB Variations
Color information
#D1BE52 (or 0xD1BE52) is known color: Tacha. HEX triplet: D1, BE and 52. RGB value is (209,190,82). Sum of RGB (Red+Green+Blue) = 209+190+82=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE52 is #2E41AD. Grayscale: #B7B7B7. Windows color (decimal): -3031470 or 5422801. OLE color: 5422801.
HSL color Cylindrical-coordinate representation of color #D1BE52: hue angle of 51.02º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1BE52 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 82 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.18 |
| HSL | 51.02º | 0.58% | 0.57% | - |
| HSV(B) | 51.02º | 0.61% | 0.82% | - |
| XYZ | 46.23 | 50.99 | 15.39 | - |
| YUV | 183.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 82 | 0 | 0.09 | 0.61 | 0.18 | 51.02 | 0.58 | 0.57 |
| Hex | D1 | BE | 52 | 0 | 9 | 3D | 12 | 33 | 3A | 39 |
| Octal | 321 | 276 | 122 | 0 | 11 | 75 | 22 | 63 | 72 | 71 |
| Binary | 11010001 | 10111110 | 1010010 | 0 | 1001 | 111101 | 10010 | 110011 | 111010 | 111001 |
Color Harmonies of #D1BE52
Complementary color
Monochromatic Colors of #D1BE52
Black with #D1BE52
Text Example
Text Example
White with #D1BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE52; }
p { color: rgb(209,190,82); }
H1.HeaderClassName
{
color: #D1BE52;
}
.AnyTagClassName
{
color: #D1BE52;
}
</style>
background-color css
<style>
a { background-color: #D1BE52; }
a { background-color: rgb(209,190,82); }
div.DivClassName
{
background-color: #D1BE52;
}
.BgClassName
{
background-color: #D1BE52;
}
</style>
border-color css
<style>
span { border-color: #D1BE52; }
span { border-color: rgb(209,190,82); }
td.TdClassName
{
border-color: #D1BE52;
}
.TagClassName
{
border-color: #D1BE52;
}
</style>