Shades of Sunflower #DED212
Tints of Sunflower #DED212
RGB
CMYK
RGB Variations
Color information
#DED212 (or 0xDED212) is known color: Sunflower. HEX triplet: DE, D2 and 12. RGB value is (222,210,18). Sum of RGB (Red+Green+Blue) = 222+210+18=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DED212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED212 is #212DED. Grayscale: #C0C0C0. Windows color (decimal): -2174446 or 1233630. OLE color: 1233630.
HSL color Cylindrical-coordinate representation of color #DED212: hue angle of 56.47º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DED212 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 18 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.13 |
| HSL | 56.47º | 0.85% | 0.47% | - |
| HSV(B) | 56.47º | 0.92% | 0.87% | - |
| XYZ | 53.28 | 61.67 | 9.67 | - |
| YUV | 191.7 | 29.98 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 18 | 0 | 0.05 | 0.92 | 0.13 | 56.47 | 0.85 | 0.47 |
| Hex | DE | D2 | 12 | 0 | 5 | 5C | D | 38 | 55 | 2F |
| Octal | 336 | 322 | 22 | 0 | 5 | 134 | 15 | 70 | 125 | 57 |
| Binary | 11011110 | 11010010 | 10010 | 0 | 101 | 1011100 | 1101 | 111000 | 1010101 | 101111 |
Color Harmonies of #DED212
Complementary color
Monochromatic Colors of #DED212
Black with #DED212
Text Example
Text Example
White with #DED212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED212; }
p { color: rgb(222,210,18); }
H1.HeaderClassName
{
color: #DED212;
}
.AnyTagClassName
{
color: #DED212;
}
</style>
background-color css
<style>
a { background-color: #DED212; }
a { background-color: rgb(222,210,18); }
div.DivClassName
{
background-color: #DED212;
}
.BgClassName
{
background-color: #DED212;
}
</style>
border-color css
<style>
span { border-color: #DED212; }
span { border-color: rgb(222,210,18); }
td.TdClassName
{
border-color: #DED212;
}
.TagClassName
{
border-color: #DED212;
}
</style>