Shades of Sweet Corn #FFDB70
Tints of Sweet Corn #FFDB70
RGB
CMYK
RGB Variations
Color information
#FFDB70 (or 0xFFDB70) is known color: Sweet Corn. HEX triplet: FF, DB and 70. RGB value is (255,219,112). Sum of RGB (Red+Green+Blue) = 255+219+112=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB70 is #00248F. Grayscale: #DADADA. Windows color (decimal): -9360 or 7396351. OLE color: 7396351.
HSL color Cylindrical-coordinate representation of color #FFDB70: hue angle of 44.9º 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 #FFDB70 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 112 | - |
| CMYK | 0 | 0.14 | 0.56 | 0 |
| HSL | 44.9º | 1% | 0.72% | - |
| HSV(B) | 44.9º | 0.56% | 1% | - |
| XYZ | 69.5 | 73.09 | 25.77 | - |
| YUV | 217.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 112 | 0 | 0.14 | 0.56 | 0 | 44.9 | 1 | 0.72 |
| Hex | FF | DB | 70 | 0 | E | 38 | 0 | 2D | 64 | 48 |
| Octal | 377 | 333 | 160 | 0 | 16 | 70 | 0 | 55 | 144 | 110 |
| Binary | 11111111 | 11011011 | 1110000 | 0 | 1110 | 111000 | 0 | 101101 | 1100100 | 1001000 |
Color Harmonies of #FFDB70
Complementary color
Monochromatic Colors of #FFDB70
Black with #FFDB70
Text Example
Text Example
White with #FFDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB70; }
p { color: rgb(255,219,112); }
H1.HeaderClassName
{
color: #FFDB70;
}
.AnyTagClassName
{
color: #FFDB70;
}
</style>
background-color css
<style>
a { background-color: #FFDB70; }
a { background-color: rgb(255,219,112); }
div.DivClassName
{
background-color: #FFDB70;
}
.BgClassName
{
background-color: #FFDB70;
}
</style>
border-color css
<style>
span { border-color: #FFDB70; }
span { border-color: rgb(255,219,112); }
td.TdClassName
{
border-color: #FFDB70;
}
.TagClassName
{
border-color: #FFDB70;
}
</style>