Shades of Sweet Corn #FFDF6B
Tints of Sweet Corn #FFDF6B
RGB
CMYK
RGB Variations
Color information
#FFDF6B (or 0xFFDF6B) is known color: Sweet Corn. HEX triplet: FF, DF and 6B. RGB value is (255,223,107). Sum of RGB (Red+Green+Blue) = 255+223+107=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 107 (42.19% from 255 or 18.29% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF6B is #002094. Grayscale: #DBDBDB. Windows color (decimal): -8341 or 7069695. OLE color: 7069695.
HSL color Cylindrical-coordinate representation of color #FFDF6B: hue angle of 47.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFDF6B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 107 | - |
| CMYK | 0 | 0.13 | 0.58 | 0 |
| HSL | 47.03º | 1% | 0.71% | - |
| HSV(B) | 47.03º | 0.58% | 1% | - |
| XYZ | 70.28 | 75.1 | 24.7 | - |
| YUV | 219.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 107 | 0 | 0.13 | 0.58 | 0 | 47.03 | 1 | 0.71 |
| Hex | FF | DF | 6B | 0 | D | 3A | 0 | 2F | 64 | 47 |
| Octal | 377 | 337 | 153 | 0 | 15 | 72 | 0 | 57 | 144 | 107 |
| Binary | 11111111 | 11011111 | 1101011 | 0 | 1101 | 111010 | 0 | 101111 | 1100100 | 1000111 |
Color Harmonies of #FFDF6B
Complementary color
Monochromatic Colors of #FFDF6B
Black with #FFDF6B
Text Example
Text Example
White with #FFDF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF6B; }
p { color: rgb(255,223,107); }
H1.HeaderClassName
{
color: #FFDF6B;
}
.AnyTagClassName
{
color: #FFDF6B;
}
</style>
background-color css
<style>
a { background-color: #FFDF6B; }
a { background-color: rgb(255,223,107); }
div.DivClassName
{
background-color: #FFDF6B;
}
.BgClassName
{
background-color: #FFDF6B;
}
</style>
border-color css
<style>
span { border-color: #FFDF6B; }
span { border-color: rgb(255,223,107); }
td.TdClassName
{
border-color: #FFDF6B;
}
.TagClassName
{
border-color: #FFDF6B;
}
</style>