Shades of Festival #DFC958
Tints of Festival #DFC958
RGB
CMYK
RGB Variations
Color information
#DFC958 (or 0xDFC958) is known color: Festival. HEX triplet: DF, C9 and 58. RGB value is (223,201,88). Sum of RGB (Red+Green+Blue) = 223+201+88=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC958 is #2036A7. Grayscale: #C3C3C3. Windows color (decimal): -2111144 or 5818847. OLE color: 5818847.
HSL color Cylindrical-coordinate representation of color #DFC958: hue angle of 50.22º 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 #DFC958 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 88 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.13 |
| HSL | 50.22º | 0.68% | 0.61% | - |
| HSV(B) | 50.22º | 0.61% | 0.87% | - |
| XYZ | 53.08 | 58.17 | 17.66 | - |
| YUV | 194.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 88 | 0 | 0.10 | 0.61 | 0.13 | 50.22 | 0.68 | 0.61 |
| Hex | DF | C9 | 58 | 0 | A | 3D | D | 32 | 44 | 3D |
| Octal | 337 | 311 | 130 | 0 | 12 | 75 | 15 | 62 | 104 | 75 |
| Binary | 11011111 | 11001001 | 1011000 | 0 | 1010 | 111101 | 1101 | 110010 | 1000100 | 111101 |
Color Harmonies of #DFC958
Complementary color
Monochromatic Colors of #DFC958
Black with #DFC958
Text Example
Text Example
White with #DFC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC958; }
p { color: rgb(223,201,88); }
H1.HeaderClassName
{
color: #DFC958;
}
.AnyTagClassName
{
color: #DFC958;
}
</style>
background-color css
<style>
a { background-color: #DFC958; }
a { background-color: rgb(223,201,88); }
div.DivClassName
{
background-color: #DFC958;
}
.BgClassName
{
background-color: #DFC958;
}
</style>
border-color css
<style>
span { border-color: #DFC958; }
span { border-color: rgb(223,201,88); }
td.TdClassName
{
border-color: #DFC958;
}
.TagClassName
{
border-color: #DFC958;
}
</style>