Shades of Festival #DFC759
Tints of Festival #DFC759
RGB
CMYK
RGB Variations
Color information
#DFC759 (or 0xDFC759) is known color: Festival. HEX triplet: DF, C7 and 59. RGB value is (223,199,89). Sum of RGB (Red+Green+Blue) = 223+199+89=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC759 is #2038A6. Grayscale: #C2C2C2. Windows color (decimal): -2111655 or 5883871. OLE color: 5883871.
HSL color Cylindrical-coordinate representation of color #DFC759: hue angle of 49.25º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFC759 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 89 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.13 |
| HSL | 49.25º | 0.68% | 0.61% | - |
| HSV(B) | 49.25º | 0.6% | 0.87% | - |
| XYZ | 52.66 | 57.26 | 17.73 | - |
| YUV | 193.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 89 | 0 | 0.11 | 0.60 | 0.13 | 49.25 | 0.68 | 0.61 |
| Hex | DF | C7 | 59 | 0 | B | 3C | D | 31 | 44 | 3D |
| Octal | 337 | 307 | 131 | 0 | 13 | 74 | 15 | 61 | 104 | 75 |
| Binary | 11011111 | 11000111 | 1011001 | 0 | 1011 | 111100 | 1101 | 110001 | 1000100 | 111101 |
Color Harmonies of #DFC759
Complementary color
Monochromatic Colors of #DFC759
Black with #DFC759
Text Example
Text Example
White with #DFC759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC759; }
p { color: rgb(223,199,89); }
H1.HeaderClassName
{
color: #DFC759;
}
.AnyTagClassName
{
color: #DFC759;
}
</style>
background-color css
<style>
a { background-color: #DFC759; }
a { background-color: rgb(223,199,89); }
div.DivClassName
{
background-color: #DFC759;
}
.BgClassName
{
background-color: #DFC759;
}
</style>
border-color css
<style>
span { border-color: #DFC759; }
span { border-color: rgb(223,199,89); }
td.TdClassName
{
border-color: #DFC759;
}
.TagClassName
{
border-color: #DFC759;
}
</style>