Shades of Sunflower #DED50D
Tints of Sunflower #DED50D
RGB
CMYK
RGB Variations
Color information
#DED50D (or 0xDED50D) is known color: Sunflower. HEX triplet: DE, D5 and 0D. RGB value is (222,213,13). Sum of RGB (Red+Green+Blue) = 222+213+13=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DED50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED50D is #212AF2. Grayscale: #C1C1C1. Windows color (decimal): -2173683 or 906718. OLE color: 906718.
HSL color Cylindrical-coordinate representation of color #DED50D: hue angle of 57.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DED50D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.13 |
| HSL | 57.42º | 0.89% | 0.46% | - |
| HSV(B) | 57.42º | 0.94% | 0.87% | - |
| XYZ | 53.99 | 63.15 | 9.72 | - |
| YUV | 192.89 | 26.48 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 13 | 0 | 0.04 | 0.94 | 0.13 | 57.42 | 0.89 | 0.46 |
| Hex | DE | D5 | D | 0 | 4 | 5E | D | 39 | 59 | 2E |
| Octal | 336 | 325 | 15 | 0 | 4 | 136 | 15 | 71 | 131 | 56 |
| Binary | 11011110 | 11010101 | 1101 | 0 | 100 | 1011110 | 1101 | 111001 | 1011001 | 101110 |
Color Harmonies of #DED50D
Complementary color
Monochromatic Colors of #DED50D
Black with #DED50D
Text Example
Text Example
White with #DED50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED50D; }
p { color: rgb(222,213,13); }
H1.HeaderClassName
{
color: #DED50D;
}
.AnyTagClassName
{
color: #DED50D;
}
</style>
background-color css
<style>
a { background-color: #DED50D; }
a { background-color: rgb(222,213,13); }
div.DivClassName
{
background-color: #DED50D;
}
.BgClassName
{
background-color: #DED50D;
}
</style>
border-color css
<style>
span { border-color: #DED50D; }
span { border-color: rgb(222,213,13); }
td.TdClassName
{
border-color: #DED50D;
}
.TagClassName
{
border-color: #DED50D;
}
</style>