Shades of Festival #DFC85A
Tints of Festival #DFC85A
RGB
CMYK
RGB Variations
Color information
#DFC85A (or 0xDFC85A) is known color: Festival. HEX triplet: DF, C8 and 5A. RGB value is (223,200,90). Sum of RGB (Red+Green+Blue) = 223+200+90=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC85A is #2037A5. Grayscale: #C2C2C2. Windows color (decimal): -2111398 or 5949663. OLE color: 5949663.
HSL color Cylindrical-coordinate representation of color #DFC85A: hue angle of 49.62º 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 #DFC85A is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 90 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.13 |
| HSL | 49.62º | 0.68% | 0.61% | - |
| HSV(B) | 49.62º | 0.6% | 0.87% | - |
| XYZ | 52.93 | 57.73 | 18.03 | - |
| YUV | 194.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 90 | 0 | 0.10 | 0.60 | 0.13 | 49.62 | 0.68 | 0.61 |
| Hex | DF | C8 | 5A | 0 | A | 3C | D | 32 | 44 | 3D |
| Octal | 337 | 310 | 132 | 0 | 12 | 74 | 15 | 62 | 104 | 75 |
| Binary | 11011111 | 11001000 | 1011010 | 0 | 1010 | 111100 | 1101 | 110010 | 1000100 | 111101 |
Color Harmonies of #DFC85A
Complementary color
Monochromatic Colors of #DFC85A
Black with #DFC85A
Text Example
Text Example
White with #DFC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC85A; }
p { color: rgb(223,200,90); }
H1.HeaderClassName
{
color: #DFC85A;
}
.AnyTagClassName
{
color: #DFC85A;
}
</style>
background-color css
<style>
a { background-color: #DFC85A; }
a { background-color: rgb(223,200,90); }
div.DivClassName
{
background-color: #DFC85A;
}
.BgClassName
{
background-color: #DFC85A;
}
</style>
border-color css
<style>
span { border-color: #DFC85A; }
span { border-color: rgb(223,200,90); }
td.TdClassName
{
border-color: #DFC85A;
}
.TagClassName
{
border-color: #DFC85A;
}
</style>