Shades of Festival #DFC657
Tints of Festival #DFC657
RGB
CMYK
RGB Variations
Color information
#DFC657 (or 0xDFC657) is known color: Festival. HEX triplet: DF, C6 and 57. RGB value is (223,198,87). Sum of RGB (Red+Green+Blue) = 223+198+87=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC657 is #2039A8. Grayscale: #C1C1C1. Windows color (decimal): -2111913 or 5752543. OLE color: 5752543.
HSL color Cylindrical-coordinate representation of color #DFC657: hue angle of 48.97º 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 #DFC657 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 87 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.13 |
| HSL | 48.97º | 0.68% | 0.61% | - |
| HSV(B) | 48.97º | 0.61% | 0.87% | - |
| XYZ | 52.35 | 56.76 | 17.21 | - |
| YUV | 192.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 87 | 0 | 0.11 | 0.61 | 0.13 | 48.97 | 0.68 | 0.61 |
| Hex | DF | C6 | 57 | 0 | B | 3D | D | 31 | 44 | 3D |
| Octal | 337 | 306 | 127 | 0 | 13 | 75 | 15 | 61 | 104 | 75 |
| Binary | 11011111 | 11000110 | 1010111 | 0 | 1011 | 111101 | 1101 | 110001 | 1000100 | 111101 |
Color Harmonies of #DFC657
Complementary color
Monochromatic Colors of #DFC657
Black with #DFC657
Text Example
Text Example
White with #DFC657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC657; }
p { color: rgb(223,198,87); }
H1.HeaderClassName
{
color: #DFC657;
}
.AnyTagClassName
{
color: #DFC657;
}
</style>
background-color css
<style>
a { background-color: #DFC657; }
a { background-color: rgb(223,198,87); }
div.DivClassName
{
background-color: #DFC657;
}
.BgClassName
{
background-color: #DFC657;
}
</style>
border-color css
<style>
span { border-color: #DFC657; }
span { border-color: rgb(223,198,87); }
td.TdClassName
{
border-color: #DFC657;
}
.TagClassName
{
border-color: #DFC657;
}
</style>