Shades of Tacha #DFC25E
Tints of Tacha #DFC25E
RGB
CMYK
RGB Variations
Color information
#DFC25E (or 0xDFC25E) is known color: Tacha. HEX triplet: DF, C2 and 5E. RGB value is (223,194,94). Sum of RGB (Red+Green+Blue) = 223+194+94=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC25E is #203DA1. Grayscale: #BFBFBF. Windows color (decimal): -2112930 or 6210271. OLE color: 6210271.
HSL color Cylindrical-coordinate representation of color #DFC25E: hue angle of 46.51º 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 #DFC25E is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 94 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.13 |
| HSL | 46.51º | 0.67% | 0.62% | - |
| HSV(B) | 46.51º | 0.58% | 0.87% | - |
| XYZ | 51.74 | 55.08 | 18.49 | - |
| YUV | 191.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 94 | 0 | 0.13 | 0.58 | 0.13 | 46.51 | 0.67 | 0.62 |
| Hex | DF | C2 | 5E | 0 | D | 3A | D | 2F | 43 | 3E |
| Octal | 337 | 302 | 136 | 0 | 15 | 72 | 15 | 57 | 103 | 76 |
| Binary | 11011111 | 11000010 | 1011110 | 0 | 1101 | 111010 | 1101 | 101111 | 1000011 | 111110 |
Color Harmonies of #DFC25E
Complementary color
Monochromatic Colors of #DFC25E
Black with #DFC25E
Text Example
Text Example
White with #DFC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC25E; }
p { color: rgb(223,194,94); }
H1.HeaderClassName
{
color: #DFC25E;
}
.AnyTagClassName
{
color: #DFC25E;
}
</style>
background-color css
<style>
a { background-color: #DFC25E; }
a { background-color: rgb(223,194,94); }
div.DivClassName
{
background-color: #DFC25E;
}
.BgClassName
{
background-color: #DFC25E;
}
</style>
border-color css
<style>
span { border-color: #DFC25E; }
span { border-color: rgb(223,194,94); }
td.TdClassName
{
border-color: #DFC25E;
}
.TagClassName
{
border-color: #DFC25E;
}
</style>