Shades of Sweet Corn #FFDF7B
Tints of Sweet Corn #FFDF7B
RGB
CMYK
RGB Variations
Color information
#FFDF7B (or 0xFFDF7B) is known color: Sweet Corn. HEX triplet: FF, DF and 7B. RGB value is (255,223,123). Sum of RGB (Red+Green+Blue) = 255+223+123=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 123 (48.44% from 255 or 20.47% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF7B is #002084. Grayscale: #DDDDDD. Windows color (decimal): -8325 or 8118271. OLE color: 8118271.
HSL color Cylindrical-coordinate representation of color #FFDF7B: hue angle of 45.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFDF7B is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 123 | - |
| CMYK | 0 | 0.13 | 0.52 | 0 |
| HSL | 45.45º | 1% | 0.74% | - |
| HSV(B) | 45.45º | 0.52% | 1% | - |
| XYZ | 71.2 | 75.47 | 29.55 | - |
| YUV | 221.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 123 | 0 | 0.13 | 0.52 | 0 | 45.45 | 1 | 0.74 |
| Hex | FF | DF | 7B | 0 | D | 34 | 0 | 2D | 64 | 4A |
| Octal | 377 | 337 | 173 | 0 | 15 | 64 | 0 | 55 | 144 | 112 |
| Binary | 11111111 | 11011111 | 1111011 | 0 | 1101 | 110100 | 0 | 101101 | 1100100 | 1001010 |
Color Harmonies of #FFDF7B
Complementary color
Monochromatic Colors of #FFDF7B
Black with #FFDF7B
Text Example
Text Example
White with #FFDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF7B; }
p { color: rgb(255,223,123); }
H1.HeaderClassName
{
color: #FFDF7B;
}
.AnyTagClassName
{
color: #FFDF7B;
}
</style>
background-color css
<style>
a { background-color: #FFDF7B; }
a { background-color: rgb(255,223,123); }
div.DivClassName
{
background-color: #FFDF7B;
}
.BgClassName
{
background-color: #FFDF7B;
}
</style>
border-color css
<style>
span { border-color: #FFDF7B; }
span { border-color: rgb(255,223,123); }
td.TdClassName
{
border-color: #FFDF7B;
}
.TagClassName
{
border-color: #FFDF7B;
}
</style>