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