Shades of Tacha #DFC45F
Tints of Tacha #DFC45F
RGB
CMYK
RGB Variations
Color information
#DFC45F (or 0xDFC45F) is known color: Tacha. HEX triplet: DF, C4 and 5F. RGB value is (223,196,95). Sum of RGB (Red+Green+Blue) = 223+196+95=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC45F is #203BA0. Grayscale: #C0C0C0. Windows color (decimal): -2112417 or 6276319. OLE color: 6276319.
HSL color Cylindrical-coordinate representation of color #DFC45F: hue angle of 47.34º 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 #DFC45F is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 95 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.13 |
| HSL | 47.34º | 0.67% | 0.62% | - |
| HSV(B) | 47.34º | 0.57% | 0.87% | - |
| XYZ | 52.24 | 55.99 | 18.88 | - |
| YUV | 192.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 95 | 0 | 0.12 | 0.57 | 0.13 | 47.34 | 0.67 | 0.62 |
| Hex | DF | C4 | 5F | 0 | C | 39 | D | 2F | 43 | 3E |
| Octal | 337 | 304 | 137 | 0 | 14 | 71 | 15 | 57 | 103 | 76 |
| Binary | 11011111 | 11000100 | 1011111 | 0 | 1100 | 111001 | 1101 | 101111 | 1000011 | 111110 |
Color Harmonies of #DFC45F
Complementary color
Monochromatic Colors of #DFC45F
Black with #DFC45F
Text Example
Text Example
White with #DFC45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC45F; }
p { color: rgb(223,196,95); }
H1.HeaderClassName
{
color: #DFC45F;
}
.AnyTagClassName
{
color: #DFC45F;
}
</style>
background-color css
<style>
a { background-color: #DFC45F; }
a { background-color: rgb(223,196,95); }
div.DivClassName
{
background-color: #DFC45F;
}
.BgClassName
{
background-color: #DFC45F;
}
</style>
border-color css
<style>
span { border-color: #DFC45F; }
span { border-color: rgb(223,196,95); }
td.TdClassName
{
border-color: #DFC45F;
}
.TagClassName
{
border-color: #DFC45F;
}
</style>