Shades of Sunflower #DED50B
Tints of Sunflower #DED50B
RGB
CMYK
RGB Variations
Color information
#DED50B (or 0xDED50B) is known color: Sunflower. HEX triplet: DE, D5 and 0B. RGB value is (222,213,11). Sum of RGB (Red+Green+Blue) = 222+213+11=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DED50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED50B is #212AF4. Grayscale: #C1C1C1. Windows color (decimal): -2173685 or 775646. OLE color: 775646.
HSL color Cylindrical-coordinate representation of color #DED50B: hue angle of 57.44º degrees, saturation: 0.91, 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 #DED50B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.13 |
| HSL | 57.44º | 0.91% | 0.46% | - |
| HSV(B) | 57.44º | 0.95% | 0.87% | - |
| XYZ | 53.98 | 63.14 | 9.66 | - |
| YUV | 192.66 | 25.48 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 11 | 0 | 0.04 | 0.95 | 0.13 | 57.44 | 0.91 | 0.46 |
| Hex | DE | D5 | B | 0 | 4 | 5F | D | 39 | 5B | 2E |
| Octal | 336 | 325 | 13 | 0 | 4 | 137 | 15 | 71 | 133 | 56 |
| Binary | 11011110 | 11010101 | 1011 | 0 | 100 | 1011111 | 1101 | 111001 | 1011011 | 101110 |
Color Harmonies of #DED50B
Complementary color
Monochromatic Colors of #DED50B
Black with #DED50B
Text Example
Text Example
White with #DED50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED50B; }
p { color: rgb(222,213,11); }
H1.HeaderClassName
{
color: #DED50B;
}
.AnyTagClassName
{
color: #DED50B;
}
</style>
background-color css
<style>
a { background-color: #DED50B; }
a { background-color: rgb(222,213,11); }
div.DivClassName
{
background-color: #DED50B;
}
.BgClassName
{
background-color: #DED50B;
}
</style>
border-color css
<style>
span { border-color: #DED50B; }
span { border-color: rgb(222,213,11); }
td.TdClassName
{
border-color: #DED50B;
}
.TagClassName
{
border-color: #DED50B;
}
</style>