Shades of Festival #DFC558
Tints of Festival #DFC558
RGB
CMYK
RGB Variations
Color information
#DFC558 (or 0xDFC558) is known color: Festival. HEX triplet: DF, C5 and 58. RGB value is (223,197,88). Sum of RGB (Red+Green+Blue) = 223+197+88=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC558 is #203AA7. Grayscale: #C0C0C0. Windows color (decimal): -2112168 or 5817823. OLE color: 5817823.
HSL color Cylindrical-coordinate representation of color #DFC558: hue angle of 48.44º 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 #DFC558 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 88 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.13 |
| HSL | 48.44º | 0.68% | 0.61% | - |
| HSV(B) | 48.44º | 0.61% | 0.87% | - |
| XYZ | 52.16 | 56.33 | 17.36 | - |
| YUV | 192.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 88 | 0 | 0.12 | 0.61 | 0.13 | 48.44 | 0.68 | 0.61 |
| Hex | DF | C5 | 58 | 0 | C | 3D | D | 30 | 44 | 3D |
| Octal | 337 | 305 | 130 | 0 | 14 | 75 | 15 | 60 | 104 | 75 |
| Binary | 11011111 | 11000101 | 1011000 | 0 | 1100 | 111101 | 1101 | 110000 | 1000100 | 111101 |
Color Harmonies of #DFC558
Complementary color
Monochromatic Colors of #DFC558
Black with #DFC558
Text Example
Text Example
White with #DFC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC558; }
p { color: rgb(223,197,88); }
H1.HeaderClassName
{
color: #DFC558;
}
.AnyTagClassName
{
color: #DFC558;
}
</style>
background-color css
<style>
a { background-color: #DFC558; }
a { background-color: rgb(223,197,88); }
div.DivClassName
{
background-color: #DFC558;
}
.BgClassName
{
background-color: #DFC558;
}
</style>
border-color css
<style>
span { border-color: #DFC558; }
span { border-color: rgb(223,197,88); }
td.TdClassName
{
border-color: #DFC558;
}
.TagClassName
{
border-color: #DFC558;
}
</style>