Shades of Tacha #D3BE55
Tints of Tacha #D3BE55
RGB
CMYK
RGB Variations
Color information
#D3BE55 (or 0xD3BE55) is known color: Tacha. HEX triplet: D3, BE and 55. RGB value is (211,190,85). Sum of RGB (Red+Green+Blue) = 211+190+85=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BE55 is #2C41AA. Grayscale: #B8B8B8. Windows color (decimal): -2900395 or 5619411. OLE color: 5619411.
HSL color Cylindrical-coordinate representation of color #D3BE55: hue angle of 50º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3BE55 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 85 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.17 |
| HSL | 50º | 0.59% | 0.58% | - |
| HSV(B) | 50º | 0.6% | 0.83% | - |
| XYZ | 46.92 | 51.33 | 16.03 | - |
| YUV | 184.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 85 | 0 | 0.10 | 0.60 | 0.17 | 50 | 0.59 | 0.58 |
| Hex | D3 | BE | 55 | 0 | A | 3C | 11 | 32 | 3B | 3A |
| Octal | 323 | 276 | 125 | 0 | 12 | 74 | 21 | 62 | 73 | 72 |
| Binary | 11010011 | 10111110 | 1010101 | 0 | 1010 | 111100 | 10001 | 110010 | 111011 | 111010 |
Color Harmonies of #D3BE55
Complementary color
Monochromatic Colors of #D3BE55
Black with #D3BE55
Text Example
Text Example
White with #D3BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE55; }
p { color: rgb(211,190,85); }
H1.HeaderClassName
{
color: #D3BE55;
}
.AnyTagClassName
{
color: #D3BE55;
}
</style>
background-color css
<style>
a { background-color: #D3BE55; }
a { background-color: rgb(211,190,85); }
div.DivClassName
{
background-color: #D3BE55;
}
.BgClassName
{
background-color: #D3BE55;
}
</style>
border-color css
<style>
span { border-color: #D3BE55; }
span { border-color: rgb(211,190,85); }
td.TdClassName
{
border-color: #D3BE55;
}
.TagClassName
{
border-color: #D3BE55;
}
</style>