Shades of Tacha #DFBE5D
Tints of Tacha #DFBE5D
RGB
CMYK
RGB Variations
Color information
#DFBE5D (or 0xDFBE5D) is known color: Tacha. HEX triplet: DF, BE and 5D. RGB value is (223,190,93). Sum of RGB (Red+Green+Blue) = 223+190+93=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE5D is #2041A2. Grayscale: #BDBDBD. Windows color (decimal): -2113955 or 6143711. OLE color: 6143711.
HSL color Cylindrical-coordinate representation of color #DFBE5D: hue angle of 44.77º 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 #DFBE5D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 93 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.13 |
| HSL | 44.77º | 0.67% | 0.62% | - |
| HSV(B) | 44.77º | 0.58% | 0.87% | - |
| XYZ | 50.82 | 53.31 | 17.97 | - |
| YUV | 188.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 93 | 0 | 0.15 | 0.58 | 0.13 | 44.77 | 0.67 | 0.62 |
| Hex | DF | BE | 5D | 0 | F | 3A | D | 2D | 43 | 3E |
| Octal | 337 | 276 | 135 | 0 | 17 | 72 | 15 | 55 | 103 | 76 |
| Binary | 11011111 | 10111110 | 1011101 | 0 | 1111 | 111010 | 1101 | 101101 | 1000011 | 111110 |
Color Harmonies of #DFBE5D
Complementary color
Monochromatic Colors of #DFBE5D
Black with #DFBE5D
Text Example
Text Example
White with #DFBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE5D; }
p { color: rgb(223,190,93); }
H1.HeaderClassName
{
color: #DFBE5D;
}
.AnyTagClassName
{
color: #DFBE5D;
}
</style>
background-color css
<style>
a { background-color: #DFBE5D; }
a { background-color: rgb(223,190,93); }
div.DivClassName
{
background-color: #DFBE5D;
}
.BgClassName
{
background-color: #DFBE5D;
}
</style>
border-color css
<style>
span { border-color: #DFBE5D; }
span { border-color: rgb(223,190,93); }
td.TdClassName
{
border-color: #DFBE5D;
}
.TagClassName
{
border-color: #DFBE5D;
}
</style>