Shades of Festival #DFC557
Tints of Festival #DFC557
RGB
CMYK
RGB Variations
Color information
#DFC557 (or 0xDFC557) is known color: Festival. HEX triplet: DF, C5 and 57. RGB value is (223,197,87). Sum of RGB (Red+Green+Blue) = 223+197+87=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC557 is #203AA8. Grayscale: #C0C0C0. Windows color (decimal): -2112169 or 5752287. OLE color: 5752287.
HSL color Cylindrical-coordinate representation of color #DFC557: hue angle of 48.53º 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 #DFC557 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 87 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.13 |
| HSL | 48.53º | 0.68% | 0.61% | - |
| HSV(B) | 48.53º | 0.61% | 0.87% | - |
| XYZ | 52.12 | 56.31 | 17.14 | - |
| YUV | 192.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 87 | 0 | 0.12 | 0.61 | 0.13 | 48.53 | 0.68 | 0.61 |
| Hex | DF | C5 | 57 | 0 | C | 3D | D | 31 | 44 | 3D |
| Octal | 337 | 305 | 127 | 0 | 14 | 75 | 15 | 61 | 104 | 75 |
| Binary | 11011111 | 11000101 | 1010111 | 0 | 1100 | 111101 | 1101 | 110001 | 1000100 | 111101 |
Color Harmonies of #DFC557
Complementary color
Monochromatic Colors of #DFC557
Black with #DFC557
Text Example
Text Example
White with #DFC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC557; }
p { color: rgb(223,197,87); }
H1.HeaderClassName
{
color: #DFC557;
}
.AnyTagClassName
{
color: #DFC557;
}
</style>
background-color css
<style>
a { background-color: #DFC557; }
a { background-color: rgb(223,197,87); }
div.DivClassName
{
background-color: #DFC557;
}
.BgClassName
{
background-color: #DFC557;
}
</style>
border-color css
<style>
span { border-color: #DFC557; }
span { border-color: rgb(223,197,87); }
td.TdClassName
{
border-color: #DFC557;
}
.TagClassName
{
border-color: #DFC557;
}
</style>