Shades of Sweet Corn #FFDA6F
Tints of Sweet Corn #FFDA6F
RGB
CMYK
RGB Variations
Color information
#FFDA6F (or 0xFFDA6F) is known color: Sweet Corn. HEX triplet: FF, DA and 6F. RGB value is (255,218,111). Sum of RGB (Red+Green+Blue) = 255+218+111=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 111 (43.75% from 255 or 19.01% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA6F is #002590. Grayscale: #D9D9D9. Windows color (decimal): -9617 or 7330559. OLE color: 7330559.
HSL color Cylindrical-coordinate representation of color #FFDA6F: hue angle of 44.58º 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 #FFDA6F is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 111 | - |
| CMYK | 0 | 0.15 | 0.56 | 0 |
| HSL | 44.58º | 1% | 0.72% | - |
| HSV(B) | 44.58º | 0.56% | 1% | - |
| XYZ | 69.18 | 72.55 | 25.4 | - |
| YUV | 216.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 111 | 0 | 0.15 | 0.56 | 0 | 44.58 | 1 | 0.72 |
| Hex | FF | DA | 6F | 0 | F | 38 | 0 | 2D | 64 | 48 |
| Octal | 377 | 332 | 157 | 0 | 17 | 70 | 0 | 55 | 144 | 110 |
| Binary | 11111111 | 11011010 | 1101111 | 0 | 1111 | 111000 | 0 | 101101 | 1100100 | 1001000 |
Color Harmonies of #FFDA6F
Complementary color
Monochromatic Colors of #FFDA6F
Black with #FFDA6F
Text Example
Text Example
White with #FFDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA6F; }
p { color: rgb(255,218,111); }
H1.HeaderClassName
{
color: #FFDA6F;
}
.AnyTagClassName
{
color: #FFDA6F;
}
</style>
background-color css
<style>
a { background-color: #FFDA6F; }
a { background-color: rgb(255,218,111); }
div.DivClassName
{
background-color: #FFDA6F;
}
.BgClassName
{
background-color: #FFDA6F;
}
</style>
border-color css
<style>
span { border-color: #FFDA6F; }
span { border-color: rgb(255,218,111); }
td.TdClassName
{
border-color: #FFDA6F;
}
.TagClassName
{
border-color: #FFDA6F;
}
</style>