Shades of Festival #DFC757
Tints of Festival #DFC757
RGB
CMYK
RGB Variations
Color information
#DFC757 (or 0xDFC757) is known color: Festival. HEX triplet: DF, C7 and 57. RGB value is (223,199,87). Sum of RGB (Red+Green+Blue) = 223+199+87=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC757 is #2038A8. Grayscale: #C1C1C1. Windows color (decimal): -2111657 or 5752799. OLE color: 5752799.
HSL color Cylindrical-coordinate representation of color #DFC757: hue angle of 49.41º 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 #DFC757 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 87 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.13 |
| HSL | 49.41º | 0.68% | 0.61% | - |
| HSV(B) | 49.41º | 0.61% | 0.87% | - |
| XYZ | 52.58 | 57.22 | 17.29 | - |
| YUV | 193.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 87 | 0 | 0.11 | 0.61 | 0.13 | 49.41 | 0.68 | 0.61 |
| Hex | DF | C7 | 57 | 0 | B | 3D | D | 31 | 44 | 3D |
| Octal | 337 | 307 | 127 | 0 | 13 | 75 | 15 | 61 | 104 | 75 |
| Binary | 11011111 | 11000111 | 1010111 | 0 | 1011 | 111101 | 1101 | 110001 | 1000100 | 111101 |
Color Harmonies of #DFC757
Complementary color
Monochromatic Colors of #DFC757
Black with #DFC757
Text Example
Text Example
White with #DFC757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC757; }
p { color: rgb(223,199,87); }
H1.HeaderClassName
{
color: #DFC757;
}
.AnyTagClassName
{
color: #DFC757;
}
</style>
background-color css
<style>
a { background-color: #DFC757; }
a { background-color: rgb(223,199,87); }
div.DivClassName
{
background-color: #DFC757;
}
.BgClassName
{
background-color: #DFC757;
}
</style>
border-color css
<style>
span { border-color: #DFC757; }
span { border-color: rgb(223,199,87); }
td.TdClassName
{
border-color: #DFC757;
}
.TagClassName
{
border-color: #DFC757;
}
</style>