Shades of Sweet Corn #FFDD72
Tints of Sweet Corn #FFDD72
RGB
CMYK
RGB Variations
Color information
#FFDD72 (or 0xFFDD72) is known color: Sweet Corn. HEX triplet: FF, DD and 72. RGB value is (255,221,114). Sum of RGB (Red+Green+Blue) = 255+221+114=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD72 is #00228D. Grayscale: #DBDBDB. Windows color (decimal): -8846 or 7527935. OLE color: 7527935.
HSL color Cylindrical-coordinate representation of color #FFDD72: hue angle of 45.53º 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 #FFDD72 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 114 | - |
| CMYK | 0 | 0.13 | 0.55 | 0 |
| HSL | 45.53º | 1% | 0.72% | - |
| HSV(B) | 45.53º | 0.55% | 1% | - |
| XYZ | 70.13 | 74.19 | 26.54 | - |
| YUV | 218.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 114 | 0 | 0.13 | 0.55 | 0 | 45.53 | 1 | 0.72 |
| Hex | FF | DD | 72 | 0 | D | 37 | 0 | 2E | 64 | 48 |
| Octal | 377 | 335 | 162 | 0 | 15 | 67 | 0 | 56 | 144 | 110 |
| Binary | 11111111 | 11011101 | 1110010 | 0 | 1101 | 110111 | 0 | 101110 | 1100100 | 1001000 |
Color Harmonies of #FFDD72
Complementary color
Monochromatic Colors of #FFDD72
Black with #FFDD72
Text Example
Text Example
White with #FFDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD72; }
p { color: rgb(255,221,114); }
H1.HeaderClassName
{
color: #FFDD72;
}
.AnyTagClassName
{
color: #FFDD72;
}
</style>
background-color css
<style>
a { background-color: #FFDD72; }
a { background-color: rgb(255,221,114); }
div.DivClassName
{
background-color: #FFDD72;
}
.BgClassName
{
background-color: #FFDD72;
}
</style>
border-color css
<style>
span { border-color: #FFDD72; }
span { border-color: rgb(255,221,114); }
td.TdClassName
{
border-color: #FFDD72;
}
.TagClassName
{
border-color: #FFDD72;
}
</style>