Shades of Tacha #DFC15B
Tints of Tacha #DFC15B
RGB
CMYK
RGB Variations
Color information
#DFC15B (or 0xDFC15B) is known color: Tacha. HEX triplet: DF, C1 and 5B. RGB value is (223,193,91). Sum of RGB (Red+Green+Blue) = 223+193+91=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC15B is #203EA4. Grayscale: #BEBEBE. Windows color (decimal): -2113189 or 6013407. OLE color: 6013407.
HSL color Cylindrical-coordinate representation of color #DFC15B: hue angle of 46.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFC15B is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 91 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.13 |
| HSL | 46.36º | 0.67% | 0.62% | - |
| HSV(B) | 46.36º | 0.59% | 0.87% | - |
| XYZ | 51.39 | 54.58 | 17.72 | - |
| YUV | 190.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 91 | 0 | 0.13 | 0.59 | 0.13 | 46.36 | 0.67 | 0.62 |
| Hex | DF | C1 | 5B | 0 | D | 3B | D | 2E | 43 | 3E |
| Octal | 337 | 301 | 133 | 0 | 15 | 73 | 15 | 56 | 103 | 76 |
| Binary | 11011111 | 11000001 | 1011011 | 0 | 1101 | 111011 | 1101 | 101110 | 1000011 | 111110 |
Color Harmonies of #DFC15B
Complementary color
Monochromatic Colors of #DFC15B
Black with #DFC15B
Text Example
Text Example
White with #DFC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC15B; }
p { color: rgb(223,193,91); }
H1.HeaderClassName
{
color: #DFC15B;
}
.AnyTagClassName
{
color: #DFC15B;
}
</style>
background-color css
<style>
a { background-color: #DFC15B; }
a { background-color: rgb(223,193,91); }
div.DivClassName
{
background-color: #DFC15B;
}
.BgClassName
{
background-color: #DFC15B;
}
</style>
border-color css
<style>
span { border-color: #DFC15B; }
span { border-color: rgb(223,193,91); }
td.TdClassName
{
border-color: #DFC15B;
}
.TagClassName
{
border-color: #DFC15B;
}
</style>