Shades of Tacha #DFC25F
Tints of Tacha #DFC25F
RGB
CMYK
RGB Variations
Color information
#DFC25F (or 0xDFC25F) is known color: Tacha. HEX triplet: DF, C2 and 5F. RGB value is (223,194,95). Sum of RGB (Red+Green+Blue) = 223+194+95=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC25F is #203DA0. Grayscale: #BFBFBF. Windows color (decimal): -2112929 or 6275807. OLE color: 6275807.
HSL color Cylindrical-coordinate representation of color #DFC25F: hue angle of 46.41º 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 #DFC25F is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 95 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.13 |
| HSL | 46.41º | 0.67% | 0.62% | - |
| HSV(B) | 46.41º | 0.57% | 0.87% | - |
| XYZ | 51.79 | 55.1 | 18.73 | - |
| YUV | 191.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 95 | 0 | 0.13 | 0.57 | 0.13 | 46.41 | 0.67 | 0.62 |
| Hex | DF | C2 | 5F | 0 | D | 39 | D | 2E | 43 | 3E |
| Octal | 337 | 302 | 137 | 0 | 15 | 71 | 15 | 56 | 103 | 76 |
| Binary | 11011111 | 11000010 | 1011111 | 0 | 1101 | 111001 | 1101 | 101110 | 1000011 | 111110 |
Color Harmonies of #DFC25F
Complementary color
Monochromatic Colors of #DFC25F
Black with #DFC25F
Text Example
Text Example
White with #DFC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC25F; }
p { color: rgb(223,194,95); }
H1.HeaderClassName
{
color: #DFC25F;
}
.AnyTagClassName
{
color: #DFC25F;
}
</style>
background-color css
<style>
a { background-color: #DFC25F; }
a { background-color: rgb(223,194,95); }
div.DivClassName
{
background-color: #DFC25F;
}
.BgClassName
{
background-color: #DFC25F;
}
</style>
border-color css
<style>
span { border-color: #DFC25F; }
span { border-color: rgb(223,194,95); }
td.TdClassName
{
border-color: #DFC25F;
}
.TagClassName
{
border-color: #DFC25F;
}
</style>