Shades of Tacha #DFC058
Tints of Tacha #DFC058
RGB
CMYK
RGB Variations
Color information
#DFC058 (or 0xDFC058) is known color: Tacha. HEX triplet: DF, C0 and 58. RGB value is (223,192,88). Sum of RGB (Red+Green+Blue) = 223+192+88=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC058 is #203FA7. Grayscale: #BDBDBD. Windows color (decimal): -2113448 or 5816543. OLE color: 5816543.
HSL color Cylindrical-coordinate representation of color #DFC058: hue angle of 46.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFC058 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 88 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.13 |
| HSL | 46.22º | 0.68% | 0.61% | - |
| HSV(B) | 46.22º | 0.61% | 0.87% | - |
| XYZ | 51.04 | 54.09 | 16.98 | - |
| YUV | 189.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 88 | 0 | 0.14 | 0.61 | 0.13 | 46.22 | 0.68 | 0.61 |
| Hex | DF | C0 | 58 | 0 | E | 3D | D | 2E | 44 | 3D |
| Octal | 337 | 300 | 130 | 0 | 16 | 75 | 15 | 56 | 104 | 75 |
| Binary | 11011111 | 11000000 | 1011000 | 0 | 1110 | 111101 | 1101 | 101110 | 1000100 | 111101 |
Color Harmonies of #DFC058
Complementary color
Monochromatic Colors of #DFC058
Black with #DFC058
Text Example
Text Example
White with #DFC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC058; }
p { color: rgb(223,192,88); }
H1.HeaderClassName
{
color: #DFC058;
}
.AnyTagClassName
{
color: #DFC058;
}
</style>
background-color css
<style>
a { background-color: #DFC058; }
a { background-color: rgb(223,192,88); }
div.DivClassName
{
background-color: #DFC058;
}
.BgClassName
{
background-color: #DFC058;
}
</style>
border-color css
<style>
span { border-color: #DFC058; }
span { border-color: rgb(223,192,88); }
td.TdClassName
{
border-color: #DFC058;
}
.TagClassName
{
border-color: #DFC058;
}
</style>