Shades of Festival #DFC856
Tints of Festival #DFC856
RGB
CMYK
RGB Variations
Color information
#DFC856 (or 0xDFC856) is known color: Festival. HEX triplet: DF, C8 and 56. RGB value is (223,200,86). Sum of RGB (Red+Green+Blue) = 223+200+86=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC856 is #2037A9. Grayscale: #C2C2C2. Windows color (decimal): -2111402 or 5687519. OLE color: 5687519.
HSL color Cylindrical-coordinate representation of color #DFC856: hue angle of 49.93º 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 #DFC856 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 86 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.13 |
| HSL | 49.93º | 0.68% | 0.61% | - |
| HSV(B) | 49.93º | 0.61% | 0.87% | - |
| XYZ | 52.77 | 57.67 | 17.15 | - |
| YUV | 193.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 86 | 0 | 0.10 | 0.61 | 0.13 | 49.93 | 0.68 | 0.61 |
| Hex | DF | C8 | 56 | 0 | A | 3D | D | 32 | 44 | 3D |
| Octal | 337 | 310 | 126 | 0 | 12 | 75 | 15 | 62 | 104 | 75 |
| Binary | 11011111 | 11001000 | 1010110 | 0 | 1010 | 111101 | 1101 | 110010 | 1000100 | 111101 |
Color Harmonies of #DFC856
Complementary color
Monochromatic Colors of #DFC856
Black with #DFC856
Text Example
Text Example
White with #DFC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC856; }
p { color: rgb(223,200,86); }
H1.HeaderClassName
{
color: #DFC856;
}
.AnyTagClassName
{
color: #DFC856;
}
</style>
background-color css
<style>
a { background-color: #DFC856; }
a { background-color: rgb(223,200,86); }
div.DivClassName
{
background-color: #DFC856;
}
.BgClassName
{
background-color: #DFC856;
}
</style>
border-color css
<style>
span { border-color: #DFC856; }
span { border-color: rgb(223,200,86); }
td.TdClassName
{
border-color: #DFC856;
}
.TagClassName
{
border-color: #DFC856;
}
</style>