Shades of Sweet Corn #FFDB6D
Tints of Sweet Corn #FFDB6D
RGB
CMYK
RGB Variations
Color information
#FFDB6D (or 0xFFDB6D) is known color: Sweet Corn. HEX triplet: FF, DB and 6D. RGB value is (255,219,109). Sum of RGB (Red+Green+Blue) = 255+219+109=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 109 (42.97% from 255 or 18.70% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB6D is #002492. Grayscale: #D9D9D9. Windows color (decimal): -9363 or 7199743. OLE color: 7199743.
HSL color Cylindrical-coordinate representation of color #FFDB6D: hue angle of 45.21º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFDB6D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 109 | - |
| CMYK | 0 | 0.14 | 0.57 | 0 |
| HSL | 45.21º | 1% | 0.71% | - |
| HSV(B) | 45.21º | 0.57% | 1% | - |
| XYZ | 69.33 | 73.03 | 24.91 | - |
| YUV | 217.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 109 | 0 | 0.14 | 0.57 | 0 | 45.21 | 1 | 0.71 |
| Hex | FF | DB | 6D | 0 | E | 39 | 0 | 2D | 64 | 47 |
| Octal | 377 | 333 | 155 | 0 | 16 | 71 | 0 | 55 | 144 | 107 |
| Binary | 11111111 | 11011011 | 1101101 | 0 | 1110 | 111001 | 0 | 101101 | 1100100 | 1000111 |
Color Harmonies of #FFDB6D
Complementary color
Monochromatic Colors of #FFDB6D
Black with #FFDB6D
Text Example
Text Example
White with #FFDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB6D; }
p { color: rgb(255,219,109); }
H1.HeaderClassName
{
color: #FFDB6D;
}
.AnyTagClassName
{
color: #FFDB6D;
}
</style>
background-color css
<style>
a { background-color: #FFDB6D; }
a { background-color: rgb(255,219,109); }
div.DivClassName
{
background-color: #FFDB6D;
}
.BgClassName
{
background-color: #FFDB6D;
}
</style>
border-color css
<style>
span { border-color: #FFDB6D; }
span { border-color: rgb(255,219,109); }
td.TdClassName
{
border-color: #FFDB6D;
}
.TagClassName
{
border-color: #FFDB6D;
}
</style>