Shades of Tacha #DFC05E
Tints of Tacha #DFC05E
RGB
CMYK
RGB Variations
Color information
#DFC05E (or 0xDFC05E) is known color: Tacha. HEX triplet: DF, C0 and 5E. RGB value is (223,192,94). Sum of RGB (Red+Green+Blue) = 223+192+94=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC05E is #203FA1. Grayscale: #BEBEBE. Windows color (decimal): -2113442 or 6209759. OLE color: 6209759.
HSL color Cylindrical-coordinate representation of color #DFC05E: hue angle of 45.58º 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 #DFC05E is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 94 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.13 |
| HSL | 45.58º | 0.67% | 0.62% | - |
| HSV(B) | 45.58º | 0.58% | 0.87% | - |
| XYZ | 51.3 | 54.2 | 18.35 | - |
| YUV | 190.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 94 | 0 | 0.14 | 0.58 | 0.13 | 45.58 | 0.67 | 0.62 |
| Hex | DF | C0 | 5E | 0 | E | 3A | D | 2E | 43 | 3E |
| Octal | 337 | 300 | 136 | 0 | 16 | 72 | 15 | 56 | 103 | 76 |
| Binary | 11011111 | 11000000 | 1011110 | 0 | 1110 | 111010 | 1101 | 101110 | 1000011 | 111110 |
Color Harmonies of #DFC05E
Complementary color
Monochromatic Colors of #DFC05E
Black with #DFC05E
Text Example
Text Example
White with #DFC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC05E; }
p { color: rgb(223,192,94); }
H1.HeaderClassName
{
color: #DFC05E;
}
.AnyTagClassName
{
color: #DFC05E;
}
</style>
background-color css
<style>
a { background-color: #DFC05E; }
a { background-color: rgb(223,192,94); }
div.DivClassName
{
background-color: #DFC05E;
}
.BgClassName
{
background-color: #DFC05E;
}
</style>
border-color css
<style>
span { border-color: #DFC05E; }
span { border-color: rgb(223,192,94); }
td.TdClassName
{
border-color: #DFC05E;
}
.TagClassName
{
border-color: #DFC05E;
}
</style>