Shades of Tacha #DFBE5E
Tints of Tacha #DFBE5E
RGB
CMYK
RGB Variations
Color information
#DFBE5E (or 0xDFBE5E) is known color: Tacha. HEX triplet: DF, BE and 5E. RGB value is (223,190,94). Sum of RGB (Red+Green+Blue) = 223+190+94=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE5E is #2041A1. Grayscale: #BDBDBD. Windows color (decimal): -2113954 or 6209247. OLE color: 6209247.
HSL color Cylindrical-coordinate representation of color #DFBE5E: hue angle of 44.65º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFBE5E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 94 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.13 |
| HSL | 44.65º | 0.67% | 0.62% | - |
| HSV(B) | 44.65º | 0.58% | 0.87% | - |
| XYZ | 50.87 | 53.32 | 18.2 | - |
| YUV | 188.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 94 | 0 | 0.15 | 0.58 | 0.13 | 44.65 | 0.67 | 0.62 |
| Hex | DF | BE | 5E | 0 | F | 3A | D | 2D | 43 | 3E |
| Octal | 337 | 276 | 136 | 0 | 17 | 72 | 15 | 55 | 103 | 76 |
| Binary | 11011111 | 10111110 | 1011110 | 0 | 1111 | 111010 | 1101 | 101101 | 1000011 | 111110 |
Color Harmonies of #DFBE5E
Complementary color
Monochromatic Colors of #DFBE5E
Black with #DFBE5E
Text Example
Text Example
White with #DFBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE5E; }
p { color: rgb(223,190,94); }
H1.HeaderClassName
{
color: #DFBE5E;
}
.AnyTagClassName
{
color: #DFBE5E;
}
</style>
background-color css
<style>
a { background-color: #DFBE5E; }
a { background-color: rgb(223,190,94); }
div.DivClassName
{
background-color: #DFBE5E;
}
.BgClassName
{
background-color: #DFBE5E;
}
</style>
border-color css
<style>
span { border-color: #DFBE5E; }
span { border-color: rgb(223,190,94); }
td.TdClassName
{
border-color: #DFBE5E;
}
.TagClassName
{
border-color: #DFBE5E;
}
</style>