Shades of Tacha #DFC15D
Tints of Tacha #DFC15D
RGB
CMYK
RGB Variations
Color information
#DFC15D (or 0xDFC15D) is known color: Tacha. HEX triplet: DF, C1 and 5D. RGB value is (223,193,93). Sum of RGB (Red+Green+Blue) = 223+193+93=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC15D is #203EA2. Grayscale: #BEBEBE. Windows color (decimal): -2113187 or 6144479. OLE color: 6144479.
HSL color Cylindrical-coordinate representation of color #DFC15D: hue angle of 46.15º 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 #DFC15D is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 93 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.13 |
| HSL | 46.15º | 0.67% | 0.62% | - |
| HSV(B) | 46.15º | 0.58% | 0.87% | - |
| XYZ | 51.48 | 54.62 | 18.19 | - |
| YUV | 190.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 93 | 0 | 0.13 | 0.58 | 0.13 | 46.15 | 0.67 | 0.62 |
| Hex | DF | C1 | 5D | 0 | D | 3A | D | 2E | 43 | 3E |
| Octal | 337 | 301 | 135 | 0 | 15 | 72 | 15 | 56 | 103 | 76 |
| Binary | 11011111 | 11000001 | 1011101 | 0 | 1101 | 111010 | 1101 | 101110 | 1000011 | 111110 |
Color Harmonies of #DFC15D
Complementary color
Monochromatic Colors of #DFC15D
Black with #DFC15D
Text Example
Text Example
White with #DFC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC15D; }
p { color: rgb(223,193,93); }
H1.HeaderClassName
{
color: #DFC15D;
}
.AnyTagClassName
{
color: #DFC15D;
}
</style>
background-color css
<style>
a { background-color: #DFC15D; }
a { background-color: rgb(223,193,93); }
div.DivClassName
{
background-color: #DFC15D;
}
.BgClassName
{
background-color: #DFC15D;
}
</style>
border-color css
<style>
span { border-color: #DFC15D; }
span { border-color: rgb(223,193,93); }
td.TdClassName
{
border-color: #DFC15D;
}
.TagClassName
{
border-color: #DFC15D;
}
</style>