Shades of Festival #DFC456
Tints of Festival #DFC456
RGB
CMYK
RGB Variations
Color information
#DFC456 (or 0xDFC456) is known color: Festival. HEX triplet: DF, C4 and 56. RGB value is (223,196,86). Sum of RGB (Red+Green+Blue) = 223+196+86=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC456 is #203BA9. Grayscale: #C0C0C0. Windows color (decimal): -2112426 or 5686495. OLE color: 5686495.
HSL color Cylindrical-coordinate representation of color #DFC456: hue angle of 48.18º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFC456 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 86 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.13 |
| HSL | 48.18º | 0.68% | 0.61% | - |
| HSV(B) | 48.18º | 0.61% | 0.87% | - |
| XYZ | 51.85 | 55.84 | 16.85 | - |
| YUV | 191.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 86 | 0 | 0.12 | 0.61 | 0.13 | 48.18 | 0.68 | 0.61 |
| Hex | DF | C4 | 56 | 0 | C | 3D | D | 30 | 44 | 3D |
| Octal | 337 | 304 | 126 | 0 | 14 | 75 | 15 | 60 | 104 | 75 |
| Binary | 11011111 | 11000100 | 1010110 | 0 | 1100 | 111101 | 1101 | 110000 | 1000100 | 111101 |
Color Harmonies of #DFC456
Complementary color
Monochromatic Colors of #DFC456
Black with #DFC456
Text Example
Text Example
White with #DFC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC456; }
p { color: rgb(223,196,86); }
H1.HeaderClassName
{
color: #DFC456;
}
.AnyTagClassName
{
color: #DFC456;
}
</style>
background-color css
<style>
a { background-color: #DFC456; }
a { background-color: rgb(223,196,86); }
div.DivClassName
{
background-color: #DFC456;
}
.BgClassName
{
background-color: #DFC456;
}
</style>
border-color css
<style>
span { border-color: #DFC456; }
span { border-color: rgb(223,196,86); }
td.TdClassName
{
border-color: #DFC456;
}
.TagClassName
{
border-color: #DFC456;
}
</style>