Shades of Sweet Corn #FFDF75
Tints of Sweet Corn #FFDF75
RGB
CMYK
RGB Variations
Color information
#FFDF75 (or 0xFFDF75) is known color: Sweet Corn. HEX triplet: FF, DF and 75. RGB value is (255,223,117). Sum of RGB (Red+Green+Blue) = 255+223+117=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF75 is #00208A. Grayscale: #DCDCDC. Windows color (decimal): -8331 or 7725055. OLE color: 7725055.
HSL color Cylindrical-coordinate representation of color #FFDF75: hue angle of 46.09º 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 #FFDF75 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 117 | - |
| CMYK | 0 | 0.13 | 0.54 | 0 |
| HSL | 46.09º | 1% | 0.73% | - |
| HSV(B) | 46.09º | 0.54% | 1% | - |
| XYZ | 70.84 | 75.32 | 27.63 | - |
| YUV | 220.48 | 69.6 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 117 | 0 | 0.13 | 0.54 | 0 | 46.09 | 1 | 0.73 |
| Hex | FF | DF | 75 | 0 | D | 36 | 0 | 2E | 64 | 49 |
| Octal | 377 | 337 | 165 | 0 | 15 | 66 | 0 | 56 | 144 | 111 |
| Binary | 11111111 | 11011111 | 1110101 | 0 | 1101 | 110110 | 0 | 101110 | 1100100 | 1001001 |
Color Harmonies of #FFDF75
Complementary color
Monochromatic Colors of #FFDF75
Black with #FFDF75
Text Example
Text Example
White with #FFDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF75; }
p { color: rgb(255,223,117); }
H1.HeaderClassName
{
color: #FFDF75;
}
.AnyTagClassName
{
color: #FFDF75;
}
</style>
background-color css
<style>
a { background-color: #FFDF75; }
a { background-color: rgb(255,223,117); }
div.DivClassName
{
background-color: #FFDF75;
}
.BgClassName
{
background-color: #FFDF75;
}
</style>
border-color css
<style>
span { border-color: #FFDF75; }
span { border-color: rgb(255,223,117); }
td.TdClassName
{
border-color: #FFDF75;
}
.TagClassName
{
border-color: #FFDF75;
}
</style>