Shades of Sweet Corn #FFDB6F
Tints of Sweet Corn #FFDB6F
RGB
CMYK
RGB Variations
Color information
#FFDB6F (or 0xFFDB6F) is known color: Sweet Corn. HEX triplet: FF, DB and 6F. RGB value is (255,219,111). Sum of RGB (Red+Green+Blue) = 255+219+111=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 111 (43.75% from 255 or 18.97% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB6F is #002490. Grayscale: #D9D9D9. Windows color (decimal): -9361 or 7330815. OLE color: 7330815.
HSL color Cylindrical-coordinate representation of color #FFDB6F: hue angle of 45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFDB6F is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 111 | - |
| CMYK | 0 | 0.14 | 0.56 | 0 |
| HSL | 45º | 1% | 0.72% | - |
| HSV(B) | 45º | 0.56% | 1% | - |
| XYZ | 69.44 | 73.07 | 25.48 | - |
| YUV | 217.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 111 | 0 | 0.14 | 0.56 | 0 | 45 | 1 | 0.72 |
| Hex | FF | DB | 6F | 0 | E | 38 | 0 | 2D | 64 | 48 |
| Octal | 377 | 333 | 157 | 0 | 16 | 70 | 0 | 55 | 144 | 110 |
| Binary | 11111111 | 11011011 | 1101111 | 0 | 1110 | 111000 | 0 | 101101 | 1100100 | 1001000 |
Color Harmonies of #FFDB6F
Complementary color
Monochromatic Colors of #FFDB6F
Black with #FFDB6F
Text Example
Text Example
White with #FFDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB6F; }
p { color: rgb(255,219,111); }
H1.HeaderClassName
{
color: #FFDB6F;
}
.AnyTagClassName
{
color: #FFDB6F;
}
</style>
background-color css
<style>
a { background-color: #FFDB6F; }
a { background-color: rgb(255,219,111); }
div.DivClassName
{
background-color: #FFDB6F;
}
.BgClassName
{
background-color: #FFDB6F;
}
</style>
border-color css
<style>
span { border-color: #FFDB6F; }
span { border-color: rgb(255,219,111); }
td.TdClassName
{
border-color: #FFDB6F;
}
.TagClassName
{
border-color: #FFDB6F;
}
</style>