Shades of Sweet Corn #FFDF76
Tints of Sweet Corn #FFDF76
RGB
CMYK
RGB Variations
Color information
#FFDF76 (or 0xFFDF76) is known color: Sweet Corn. HEX triplet: FF, DF and 76. RGB value is (255,223,118). Sum of RGB (Red+Green+Blue) = 255+223+118=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF76 is #002089. Grayscale: #DDDDDD. Windows color (decimal): -8330 or 7790591. OLE color: 7790591.
HSL color Cylindrical-coordinate representation of color #FFDF76: hue angle of 45.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFDF76 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 118 | - |
| CMYK | 0 | 0.13 | 0.54 | 0 |
| HSL | 45.99º | 1% | 0.73% | - |
| HSV(B) | 45.99º | 0.54% | 1% | - |
| XYZ | 70.9 | 75.34 | 27.95 | - |
| YUV | 220.6 | 70.1 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 118 | 0 | 0.13 | 0.54 | 0 | 45.99 | 1 | 0.73 |
| Hex | FF | DF | 76 | 0 | D | 36 | 0 | 2E | 64 | 49 |
| Octal | 377 | 337 | 166 | 0 | 15 | 66 | 0 | 56 | 144 | 111 |
| Binary | 11111111 | 11011111 | 1110110 | 0 | 1101 | 110110 | 0 | 101110 | 1100100 | 1001001 |
Color Harmonies of #FFDF76
Complementary color
Monochromatic Colors of #FFDF76
Black with #FFDF76
Text Example
Text Example
White with #FFDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF76; }
p { color: rgb(255,223,118); }
H1.HeaderClassName
{
color: #FFDF76;
}
.AnyTagClassName
{
color: #FFDF76;
}
</style>
background-color css
<style>
a { background-color: #FFDF76; }
a { background-color: rgb(255,223,118); }
div.DivClassName
{
background-color: #FFDF76;
}
.BgClassName
{
background-color: #FFDF76;
}
</style>
border-color css
<style>
span { border-color: #FFDF76; }
span { border-color: rgb(255,223,118); }
td.TdClassName
{
border-color: #FFDF76;
}
.TagClassName
{
border-color: #FFDF76;
}
</style>