Shades of Sweet Corn #FFDB72
Tints of Sweet Corn #FFDB72
RGB
CMYK
RGB Variations
Color information
#FFDB72 (or 0xFFDB72) is known color: Sweet Corn. HEX triplet: FF, DB and 72. RGB value is (255,219,114). Sum of RGB (Red+Green+Blue) = 255+219+114=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB72 is #00248D. Grayscale: #DADADA. Windows color (decimal): -9358 or 7527423. OLE color: 7527423.
HSL color Cylindrical-coordinate representation of color #FFDB72: hue angle of 44.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFDB72 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 114 | - |
| CMYK | 0 | 0.14 | 0.55 | 0 |
| HSL | 44.68º | 1% | 0.72% | - |
| HSV(B) | 44.68º | 0.55% | 1% | - |
| XYZ | 69.61 | 73.14 | 26.37 | - |
| YUV | 217.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 114 | 0 | 0.14 | 0.55 | 0 | 44.68 | 1 | 0.72 |
| Hex | FF | DB | 72 | 0 | E | 37 | 0 | 2D | 64 | 48 |
| Octal | 377 | 333 | 162 | 0 | 16 | 67 | 0 | 55 | 144 | 110 |
| Binary | 11111111 | 11011011 | 1110010 | 0 | 1110 | 110111 | 0 | 101101 | 1100100 | 1001000 |
Color Harmonies of #FFDB72
Complementary color
Monochromatic Colors of #FFDB72
Black with #FFDB72
Text Example
Text Example
White with #FFDB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB72; }
p { color: rgb(255,219,114); }
H1.HeaderClassName
{
color: #FFDB72;
}
.AnyTagClassName
{
color: #FFDB72;
}
</style>
background-color css
<style>
a { background-color: #FFDB72; }
a { background-color: rgb(255,219,114); }
div.DivClassName
{
background-color: #FFDB72;
}
.BgClassName
{
background-color: #FFDB72;
}
</style>
border-color css
<style>
span { border-color: #FFDB72; }
span { border-color: rgb(255,219,114); }
td.TdClassName
{
border-color: #FFDB72;
}
.TagClassName
{
border-color: #FFDB72;
}
</style>