Shades of Sunflower #DED30C
Tints of Sunflower #DED30C
RGB
CMYK
RGB Variations
Color information
#DED30C (or 0xDED30C) is known color: Sunflower. HEX triplet: DE, D3 and 0C. RGB value is (222,211,12). Sum of RGB (Red+Green+Blue) = 222+211+12=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DED30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED30C is #212CF3. Grayscale: #C0C0C0. Windows color (decimal): -2174196 or 840670. OLE color: 840670.
HSL color Cylindrical-coordinate representation of color #DED30C: hue angle of 56.86º 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 #DED30C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.13 |
| HSL | 56.86º | 0.9% | 0.46% | - |
| HSV(B) | 56.86º | 0.95% | 0.87% | - |
| XYZ | 53.48 | 62.14 | 9.52 | - |
| YUV | 191.6 | 26.64 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 12 | 0 | 0.05 | 0.95 | 0.13 | 56.86 | 0.9 | 0.46 |
| Hex | DE | D3 | C | 0 | 5 | 5F | D | 39 | 5A | 2E |
| Octal | 336 | 323 | 14 | 0 | 5 | 137 | 15 | 71 | 132 | 56 |
| Binary | 11011110 | 11010011 | 1100 | 0 | 101 | 1011111 | 1101 | 111001 | 1011010 | 101110 |
Color Harmonies of #DED30C
Complementary color
Monochromatic Colors of #DED30C
Black with #DED30C
Text Example
Text Example
White with #DED30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED30C; }
p { color: rgb(222,211,12); }
H1.HeaderClassName
{
color: #DED30C;
}
.AnyTagClassName
{
color: #DED30C;
}
</style>
background-color css
<style>
a { background-color: #DED30C; }
a { background-color: rgb(222,211,12); }
div.DivClassName
{
background-color: #DED30C;
}
.BgClassName
{
background-color: #DED30C;
}
</style>
border-color css
<style>
span { border-color: #DED30C; }
span { border-color: rgb(222,211,12); }
td.TdClassName
{
border-color: #DED30C;
}
.TagClassName
{
border-color: #DED30C;
}
</style>