Shades of Festival #DFC758
Tints of Festival #DFC758
RGB
CMYK
RGB Variations
Color information
#DFC758 (or 0xDFC758) is known color: Festival. HEX triplet: DF, C7 and 58. RGB value is (223,199,88). Sum of RGB (Red+Green+Blue) = 223+199+88=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC758 is #2038A7. Grayscale: #C1C1C1. Windows color (decimal): -2111656 or 5818335. OLE color: 5818335.
HSL color Cylindrical-coordinate representation of color #DFC758: hue angle of 49.33º 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 #DFC758 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 88 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.13 |
| HSL | 49.33º | 0.68% | 0.61% | - |
| HSV(B) | 49.33º | 0.61% | 0.87% | - |
| XYZ | 52.62 | 57.24 | 17.51 | - |
| YUV | 193.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 88 | 0 | 0.11 | 0.61 | 0.13 | 49.33 | 0.68 | 0.61 |
| Hex | DF | C7 | 58 | 0 | B | 3D | D | 31 | 44 | 3D |
| Octal | 337 | 307 | 130 | 0 | 13 | 75 | 15 | 61 | 104 | 75 |
| Binary | 11011111 | 11000111 | 1011000 | 0 | 1011 | 111101 | 1101 | 110001 | 1000100 | 111101 |
Color Harmonies of #DFC758
Complementary color
Monochromatic Colors of #DFC758
Black with #DFC758
Text Example
Text Example
White with #DFC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC758; }
p { color: rgb(223,199,88); }
H1.HeaderClassName
{
color: #DFC758;
}
.AnyTagClassName
{
color: #DFC758;
}
</style>
background-color css
<style>
a { background-color: #DFC758; }
a { background-color: rgb(223,199,88); }
div.DivClassName
{
background-color: #DFC758;
}
.BgClassName
{
background-color: #DFC758;
}
</style>
border-color css
<style>
span { border-color: #DFC758; }
span { border-color: rgb(223,199,88); }
td.TdClassName
{
border-color: #DFC758;
}
.TagClassName
{
border-color: #DFC758;
}
</style>