Shades of Sunflower #DED40C
Tints of Sunflower #DED40C
RGB
CMYK
RGB Variations
Color information
#DED40C (or 0xDED40C) is known color: Sunflower. HEX triplet: DE, D4 and 0C. RGB value is (222,212,12). Sum of RGB (Red+Green+Blue) = 222+212+12=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DED40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED40C is #212BF3. Grayscale: #C1C1C1. Windows color (decimal): -2173940 or 840926. OLE color: 840926.
HSL color Cylindrical-coordinate representation of color #DED40C: hue angle of 57.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DED40C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.13 |
| HSL | 57.14º | 0.9% | 0.46% | - |
| HSV(B) | 57.14º | 0.95% | 0.87% | - |
| XYZ | 53.73 | 62.64 | 9.61 | - |
| YUV | 192.19 | 26.31 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 12 | 0 | 0.05 | 0.95 | 0.13 | 57.14 | 0.9 | 0.46 |
| Hex | DE | D4 | C | 0 | 5 | 5F | D | 39 | 5A | 2E |
| Octal | 336 | 324 | 14 | 0 | 5 | 137 | 15 | 71 | 132 | 56 |
| Binary | 11011110 | 11010100 | 1100 | 0 | 101 | 1011111 | 1101 | 111001 | 1011010 | 101110 |
Color Harmonies of #DED40C
Complementary color
Monochromatic Colors of #DED40C
Black with #DED40C
Text Example
Text Example
White with #DED40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED40C; }
p { color: rgb(222,212,12); }
H1.HeaderClassName
{
color: #DED40C;
}
.AnyTagClassName
{
color: #DED40C;
}
</style>
background-color css
<style>
a { background-color: #DED40C; }
a { background-color: rgb(222,212,12); }
div.DivClassName
{
background-color: #DED40C;
}
.BgClassName
{
background-color: #DED40C;
}
</style>
border-color css
<style>
span { border-color: #DED40C; }
span { border-color: rgb(222,212,12); }
td.TdClassName
{
border-color: #DED40C;
}
.TagClassName
{
border-color: #DED40C;
}
</style>