Shades of Tacha #DFC55F
Tints of Tacha #DFC55F
RGB
CMYK
RGB Variations
Color information
#DFC55F (or 0xDFC55F) is known color: Tacha. HEX triplet: DF, C5 and 5F. RGB value is (223,197,95). Sum of RGB (Red+Green+Blue) = 223+197+95=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC55F is #203AA0. Grayscale: #C1C1C1. Windows color (decimal): -2112161 or 6276575. OLE color: 6276575.
HSL color Cylindrical-coordinate representation of color #DFC55F: hue angle of 47.81º 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 #DFC55F is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 95 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.13 |
| HSL | 47.81º | 0.67% | 0.62% | - |
| HSV(B) | 47.81º | 0.57% | 0.87% | - |
| XYZ | 52.46 | 56.45 | 18.96 | - |
| YUV | 193.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 95 | 0 | 0.12 | 0.57 | 0.13 | 47.81 | 0.67 | 0.62 |
| Hex | DF | C5 | 5F | 0 | C | 39 | D | 30 | 43 | 3E |
| Octal | 337 | 305 | 137 | 0 | 14 | 71 | 15 | 60 | 103 | 76 |
| Binary | 11011111 | 11000101 | 1011111 | 0 | 1100 | 111001 | 1101 | 110000 | 1000011 | 111110 |
Color Harmonies of #DFC55F
Complementary color
Monochromatic Colors of #DFC55F
Black with #DFC55F
Text Example
Text Example
White with #DFC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC55F; }
p { color: rgb(223,197,95); }
H1.HeaderClassName
{
color: #DFC55F;
}
.AnyTagClassName
{
color: #DFC55F;
}
</style>
background-color css
<style>
a { background-color: #DFC55F; }
a { background-color: rgb(223,197,95); }
div.DivClassName
{
background-color: #DFC55F;
}
.BgClassName
{
background-color: #DFC55F;
}
</style>
border-color css
<style>
span { border-color: #DFC55F; }
span { border-color: rgb(223,197,95); }
td.TdClassName
{
border-color: #DFC55F;
}
.TagClassName
{
border-color: #DFC55F;
}
</style>