Shades of Festival #DFC957
Tints of Festival #DFC957
RGB
CMYK
RGB Variations
Color information
#DFC957 (or 0xDFC957) is known color: Festival. HEX triplet: DF, C9 and 57. RGB value is (223,201,87). Sum of RGB (Red+Green+Blue) = 223+201+87=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC957 is #2036A8. Grayscale: #C3C3C3. Windows color (decimal): -2111145 or 5753311. OLE color: 5753311.
HSL color Cylindrical-coordinate representation of color #DFC957: hue angle of 50.29º 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 #DFC957 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 87 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.13 |
| HSL | 50.29º | 0.68% | 0.61% | - |
| HSV(B) | 50.29º | 0.61% | 0.87% | - |
| XYZ | 53.04 | 58.15 | 17.45 | - |
| YUV | 194.58 | 67.29 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 87 | 0 | 0.10 | 0.61 | 0.13 | 50.29 | 0.68 | 0.61 |
| Hex | DF | C9 | 57 | 0 | A | 3D | D | 32 | 44 | 3D |
| Octal | 337 | 311 | 127 | 0 | 12 | 75 | 15 | 62 | 104 | 75 |
| Binary | 11011111 | 11001001 | 1010111 | 0 | 1010 | 111101 | 1101 | 110010 | 1000100 | 111101 |
Color Harmonies of #DFC957
Complementary color
Monochromatic Colors of #DFC957
Black with #DFC957
Text Example
Text Example
White with #DFC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC957; }
p { color: rgb(223,201,87); }
H1.HeaderClassName
{
color: #DFC957;
}
.AnyTagClassName
{
color: #DFC957;
}
</style>
background-color css
<style>
a { background-color: #DFC957; }
a { background-color: rgb(223,201,87); }
div.DivClassName
{
background-color: #DFC957;
}
.BgClassName
{
background-color: #DFC957;
}
</style>
border-color css
<style>
span { border-color: #DFC957; }
span { border-color: rgb(223,201,87); }
td.TdClassName
{
border-color: #DFC957;
}
.TagClassName
{
border-color: #DFC957;
}
</style>