Shades of Tacha #DFC25B
Tints of Tacha #DFC25B
RGB
CMYK
RGB Variations
Color information
#DFC25B (or 0xDFC25B) is known color: Tacha. HEX triplet: DF, C2 and 5B. RGB value is (223,194,91). Sum of RGB (Red+Green+Blue) = 223+194+91=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC25B is #203DA4. Grayscale: #BFBFBF. Windows color (decimal): -2112933 or 6013663. OLE color: 6013663.
HSL color Cylindrical-coordinate representation of color #DFC25B: hue angle of 46.82º 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 #DFC25B is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 91 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.13 |
| HSL | 46.82º | 0.67% | 0.62% | - |
| HSV(B) | 46.82º | 0.59% | 0.87% | - |
| XYZ | 51.61 | 55.03 | 17.8 | - |
| YUV | 190.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 91 | 0 | 0.13 | 0.59 | 0.13 | 46.82 | 0.67 | 0.62 |
| Hex | DF | C2 | 5B | 0 | D | 3B | D | 2F | 43 | 3E |
| Octal | 337 | 302 | 133 | 0 | 15 | 73 | 15 | 57 | 103 | 76 |
| Binary | 11011111 | 11000010 | 1011011 | 0 | 1101 | 111011 | 1101 | 101111 | 1000011 | 111110 |
Color Harmonies of #DFC25B
Complementary color
Monochromatic Colors of #DFC25B
Black with #DFC25B
Text Example
Text Example
White with #DFC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC25B; }
p { color: rgb(223,194,91); }
H1.HeaderClassName
{
color: #DFC25B;
}
.AnyTagClassName
{
color: #DFC25B;
}
</style>
background-color css
<style>
a { background-color: #DFC25B; }
a { background-color: rgb(223,194,91); }
div.DivClassName
{
background-color: #DFC25B;
}
.BgClassName
{
background-color: #DFC25B;
}
</style>
border-color css
<style>
span { border-color: #DFC25B; }
span { border-color: rgb(223,194,91); }
td.TdClassName
{
border-color: #DFC25B;
}
.TagClassName
{
border-color: #DFC25B;
}
</style>