Shades of Tacha #DFBE60
Tints of Tacha #DFBE60
RGB
CMYK
RGB Variations
Color information
#DFBE60 (or 0xDFBE60) is known color: Tacha. HEX triplet: DF, BE and 60. RGB value is (223,190,96). Sum of RGB (Red+Green+Blue) = 223+190+96=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE60 is #20419F. Grayscale: #BDBDBD. Windows color (decimal): -2113952 or 6340319. OLE color: 6340319.
HSL color Cylindrical-coordinate representation of color #DFBE60: hue angle of 44.41º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFBE60 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 96 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.13 |
| HSL | 44.41º | 0.66% | 0.63% | - |
| HSV(B) | 44.41º | 0.57% | 0.87% | - |
| XYZ | 50.96 | 53.36 | 18.68 | - |
| YUV | 189.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 96 | 0 | 0.15 | 0.57 | 0.13 | 44.41 | 0.66 | 0.63 |
| Hex | DF | BE | 60 | 0 | F | 39 | D | 2C | 42 | 3F |
| Octal | 337 | 276 | 140 | 0 | 17 | 71 | 15 | 54 | 102 | 77 |
| Binary | 11011111 | 10111110 | 1100000 | 0 | 1111 | 111001 | 1101 | 101100 | 1000010 | 111111 |
Color Harmonies of #DFBE60
Complementary color
Monochromatic Colors of #DFBE60
Black with #DFBE60
Text Example
Text Example
White with #DFBE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE60; }
p { color: rgb(223,190,96); }
H1.HeaderClassName
{
color: #DFBE60;
}
.AnyTagClassName
{
color: #DFBE60;
}
</style>
background-color css
<style>
a { background-color: #DFBE60; }
a { background-color: rgb(223,190,96); }
div.DivClassName
{
background-color: #DFBE60;
}
.BgClassName
{
background-color: #DFBE60;
}
</style>
border-color css
<style>
span { border-color: #DFBE60; }
span { border-color: rgb(223,190,96); }
td.TdClassName
{
border-color: #DFBE60;
}
.TagClassName
{
border-color: #DFBE60;
}
</style>