Shades of Festival #DFC658
Tints of Festival #DFC658
RGB
CMYK
RGB Variations
Color information
#DFC658 (or 0xDFC658) is known color: Festival. HEX triplet: DF, C6 and 58. RGB value is (223,198,88). Sum of RGB (Red+Green+Blue) = 223+198+88=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC658 is #2039A7. Grayscale: #C1C1C1. Windows color (decimal): -2111912 or 5818079. OLE color: 5818079.
HSL color Cylindrical-coordinate representation of color #DFC658: hue angle of 48.89º 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 #DFC658 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 88 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.13 |
| HSL | 48.89º | 0.68% | 0.61% | - |
| HSV(B) | 48.89º | 0.61% | 0.87% | - |
| XYZ | 52.39 | 56.78 | 17.43 | - |
| YUV | 192.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 88 | 0 | 0.11 | 0.61 | 0.13 | 48.89 | 0.68 | 0.61 |
| Hex | DF | C6 | 58 | 0 | B | 3D | D | 31 | 44 | 3D |
| Octal | 337 | 306 | 130 | 0 | 13 | 75 | 15 | 61 | 104 | 75 |
| Binary | 11011111 | 11000110 | 1011000 | 0 | 1011 | 111101 | 1101 | 110001 | 1000100 | 111101 |
Color Harmonies of #DFC658
Complementary color
Monochromatic Colors of #DFC658
Black with #DFC658
Text Example
Text Example
White with #DFC658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC658; }
p { color: rgb(223,198,88); }
H1.HeaderClassName
{
color: #DFC658;
}
.AnyTagClassName
{
color: #DFC658;
}
</style>
background-color css
<style>
a { background-color: #DFC658; }
a { background-color: rgb(223,198,88); }
div.DivClassName
{
background-color: #DFC658;
}
.BgClassName
{
background-color: #DFC658;
}
</style>
border-color css
<style>
span { border-color: #DFC658; }
span { border-color: rgb(223,198,88); }
td.TdClassName
{
border-color: #DFC658;
}
.TagClassName
{
border-color: #DFC658;
}
</style>