Shades of Festival #DFC858
Tints of Festival #DFC858
RGB
CMYK
RGB Variations
Color information
#DFC858 (or 0xDFC858) is known color: Festival. HEX triplet: DF, C8 and 58. RGB value is (223,200,88). Sum of RGB (Red+Green+Blue) = 223+200+88=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC858 is #2037A7. Grayscale: #C2C2C2. Windows color (decimal): -2111400 or 5818591. OLE color: 5818591.
HSL color Cylindrical-coordinate representation of color #DFC858: hue angle of 49.78º 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 #DFC858 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 88 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.13 |
| HSL | 49.78º | 0.68% | 0.61% | - |
| HSV(B) | 49.78º | 0.61% | 0.87% | - |
| XYZ | 52.85 | 57.7 | 17.58 | - |
| YUV | 194.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 88 | 0 | 0.10 | 0.61 | 0.13 | 49.78 | 0.68 | 0.61 |
| Hex | DF | C8 | 58 | 0 | A | 3D | D | 32 | 44 | 3D |
| Octal | 337 | 310 | 130 | 0 | 12 | 75 | 15 | 62 | 104 | 75 |
| Binary | 11011111 | 11001000 | 1011000 | 0 | 1010 | 111101 | 1101 | 110010 | 1000100 | 111101 |
Color Harmonies of #DFC858
Complementary color
Monochromatic Colors of #DFC858
Black with #DFC858
Text Example
Text Example
White with #DFC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC858; }
p { color: rgb(223,200,88); }
H1.HeaderClassName
{
color: #DFC858;
}
.AnyTagClassName
{
color: #DFC858;
}
</style>
background-color css
<style>
a { background-color: #DFC858; }
a { background-color: rgb(223,200,88); }
div.DivClassName
{
background-color: #DFC858;
}
.BgClassName
{
background-color: #DFC858;
}
</style>
border-color css
<style>
span { border-color: #DFC858; }
span { border-color: rgb(223,200,88); }
td.TdClassName
{
border-color: #DFC858;
}
.TagClassName
{
border-color: #DFC858;
}
</style>