Shades of Tacha #DFC05F
Tints of Tacha #DFC05F
RGB
CMYK
RGB Variations
Color information
#DFC05F (or 0xDFC05F) is known color: Tacha. HEX triplet: DF, C0 and 5F. RGB value is (223,192,95). Sum of RGB (Red+Green+Blue) = 223+192+95=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC05F is #203FA0. Grayscale: #BEBEBE. Windows color (decimal): -2113441 or 6275295. OLE color: 6275295.
HSL color Cylindrical-coordinate representation of color #DFC05F: hue angle of 45.47º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFC05F is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 95 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.13 |
| HSL | 45.47º | 0.67% | 0.62% | - |
| HSV(B) | 45.47º | 0.57% | 0.87% | - |
| XYZ | 51.35 | 54.21 | 18.58 | - |
| YUV | 190.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 95 | 0 | 0.14 | 0.57 | 0.13 | 45.47 | 0.67 | 0.62 |
| Hex | DF | C0 | 5F | 0 | E | 39 | D | 2D | 43 | 3E |
| Octal | 337 | 300 | 137 | 0 | 16 | 71 | 15 | 55 | 103 | 76 |
| Binary | 11011111 | 11000000 | 1011111 | 0 | 1110 | 111001 | 1101 | 101101 | 1000011 | 111110 |
Color Harmonies of #DFC05F
Complementary color
Monochromatic Colors of #DFC05F
Black with #DFC05F
Text Example
Text Example
White with #DFC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC05F; }
p { color: rgb(223,192,95); }
H1.HeaderClassName
{
color: #DFC05F;
}
.AnyTagClassName
{
color: #DFC05F;
}
</style>
background-color css
<style>
a { background-color: #DFC05F; }
a { background-color: rgb(223,192,95); }
div.DivClassName
{
background-color: #DFC05F;
}
.BgClassName
{
background-color: #DFC05F;
}
</style>
border-color css
<style>
span { border-color: #DFC05F; }
span { border-color: rgb(223,192,95); }
td.TdClassName
{
border-color: #DFC05F;
}
.TagClassName
{
border-color: #DFC05F;
}
</style>