Shades of Festival #DFC75A
Tints of Festival #DFC75A
RGB
CMYK
RGB Variations
Color information
#DFC75A (or 0xDFC75A) is known color: Festival. HEX triplet: DF, C7 and 5A. RGB value is (223,199,90). Sum of RGB (Red+Green+Blue) = 223+199+90=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC75A is #2038A5. Grayscale: #C2C2C2. Windows color (decimal): -2111654 or 5949407. OLE color: 5949407.
HSL color Cylindrical-coordinate representation of color #DFC75A: hue angle of 49.17º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFC75A is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 90 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.13 |
| HSL | 49.17º | 0.68% | 0.61% | - |
| HSV(B) | 49.17º | 0.6% | 0.87% | - |
| XYZ | 52.7 | 57.27 | 17.95 | - |
| YUV | 193.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 90 | 0 | 0.11 | 0.60 | 0.13 | 49.17 | 0.68 | 0.61 |
| Hex | DF | C7 | 5A | 0 | B | 3C | D | 31 | 44 | 3D |
| Octal | 337 | 307 | 132 | 0 | 13 | 74 | 15 | 61 | 104 | 75 |
| Binary | 11011111 | 11000111 | 1011010 | 0 | 1011 | 111100 | 1101 | 110001 | 1000100 | 111101 |
Color Harmonies of #DFC75A
Complementary color
Monochromatic Colors of #DFC75A
Black with #DFC75A
Text Example
Text Example
White with #DFC75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC75A; }
p { color: rgb(223,199,90); }
H1.HeaderClassName
{
color: #DFC75A;
}
.AnyTagClassName
{
color: #DFC75A;
}
</style>
background-color css
<style>
a { background-color: #DFC75A; }
a { background-color: rgb(223,199,90); }
div.DivClassName
{
background-color: #DFC75A;
}
.BgClassName
{
background-color: #DFC75A;
}
</style>
border-color css
<style>
span { border-color: #DFC75A; }
span { border-color: rgb(223,199,90); }
td.TdClassName
{
border-color: #DFC75A;
}
.TagClassName
{
border-color: #DFC75A;
}
</style>