Shades of Festival #DFC756
Tints of Festival #DFC756
RGB
CMYK
RGB Variations
Color information
#DFC756 (or 0xDFC756) is known color: Festival. HEX triplet: DF, C7 and 56. RGB value is (223,199,86). Sum of RGB (Red+Green+Blue) = 223+199+86=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC756 is #2038A9. Grayscale: #C1C1C1. Windows color (decimal): -2111658 or 5687263. OLE color: 5687263.
HSL color Cylindrical-coordinate representation of color #DFC756: hue angle of 49.49º 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 #DFC756 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 86 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.13 |
| HSL | 49.49º | 0.68% | 0.61% | - |
| HSV(B) | 49.49º | 0.61% | 0.87% | - |
| XYZ | 52.53 | 57.21 | 17.08 | - |
| YUV | 193.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 86 | 0 | 0.11 | 0.61 | 0.13 | 49.49 | 0.68 | 0.61 |
| Hex | DF | C7 | 56 | 0 | B | 3D | D | 31 | 44 | 3D |
| Octal | 337 | 307 | 126 | 0 | 13 | 75 | 15 | 61 | 104 | 75 |
| Binary | 11011111 | 11000111 | 1010110 | 0 | 1011 | 111101 | 1101 | 110001 | 1000100 | 111101 |
Color Harmonies of #DFC756
Complementary color
Monochromatic Colors of #DFC756
Black with #DFC756
Text Example
Text Example
White with #DFC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC756; }
p { color: rgb(223,199,86); }
H1.HeaderClassName
{
color: #DFC756;
}
.AnyTagClassName
{
color: #DFC756;
}
</style>
background-color css
<style>
a { background-color: #DFC756; }
a { background-color: rgb(223,199,86); }
div.DivClassName
{
background-color: #DFC756;
}
.BgClassName
{
background-color: #DFC756;
}
</style>
border-color css
<style>
span { border-color: #DFC756; }
span { border-color: rgb(223,199,86); }
td.TdClassName
{
border-color: #DFC756;
}
.TagClassName
{
border-color: #DFC756;
}
</style>