Shades of Festival #DFC555
Tints of Festival #DFC555
RGB
CMYK
RGB Variations
Color information
#DFC555 (or 0xDFC555) is known color: Festival. HEX triplet: DF, C5 and 55. RGB value is (223,197,85). Sum of RGB (Red+Green+Blue) = 223+197+85=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC555 is #203AAA. Grayscale: #C0C0C0. Windows color (decimal): -2112171 or 5621215. OLE color: 5621215.
HSL color Cylindrical-coordinate representation of color #DFC555: hue angle of 48.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFC555 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 85 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.13 |
| HSL | 48.7º | 0.68% | 0.6% | - |
| HSV(B) | 48.7º | 0.62% | 0.87% | - |
| XYZ | 52.04 | 56.28 | 16.71 | - |
| YUV | 192.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 85 | 0 | 0.12 | 0.62 | 0.13 | 48.7 | 0.68 | 0.6 |
| Hex | DF | C5 | 55 | 0 | C | 3E | D | 31 | 44 | 3C |
| Octal | 337 | 305 | 125 | 0 | 14 | 76 | 15 | 61 | 104 | 74 |
| Binary | 11011111 | 11000101 | 1010101 | 0 | 1100 | 111110 | 1101 | 110001 | 1000100 | 111100 |
Color Harmonies of #DFC555
Complementary color
Monochromatic Colors of #DFC555
Black with #DFC555
Text Example
Text Example
White with #DFC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC555; }
p { color: rgb(223,197,85); }
H1.HeaderClassName
{
color: #DFC555;
}
.AnyTagClassName
{
color: #DFC555;
}
</style>
background-color css
<style>
a { background-color: #DFC555; }
a { background-color: rgb(223,197,85); }
div.DivClassName
{
background-color: #DFC555;
}
.BgClassName
{
background-color: #DFC555;
}
</style>
border-color css
<style>
span { border-color: #DFC555; }
span { border-color: rgb(223,197,85); }
td.TdClassName
{
border-color: #DFC555;
}
.TagClassName
{
border-color: #DFC555;
}
</style>