Shades of Sunflower #DED50C
Tints of Sunflower #DED50C
RGB
CMYK
RGB Variations
Color information
#DED50C (or 0xDED50C) is known color: Sunflower. HEX triplet: DE, D5 and 0C. RGB value is (222,213,12). Sum of RGB (Red+Green+Blue) = 222+213+12=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DED50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED50C is #212AF3. Grayscale: #C1C1C1. Windows color (decimal): -2173684 or 841182. OLE color: 841182.
HSL color Cylindrical-coordinate representation of color #DED50C: hue angle of 57.43º 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 #DED50C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.13 |
| HSL | 57.43º | 0.9% | 0.46% | - |
| HSV(B) | 57.43º | 0.95% | 0.87% | - |
| XYZ | 53.98 | 63.14 | 9.69 | - |
| YUV | 192.78 | 25.98 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 12 | 0 | 0.04 | 0.95 | 0.13 | 57.43 | 0.9 | 0.46 |
| Hex | DE | D5 | C | 0 | 4 | 5F | D | 39 | 5A | 2E |
| Octal | 336 | 325 | 14 | 0 | 4 | 137 | 15 | 71 | 132 | 56 |
| Binary | 11011110 | 11010101 | 1100 | 0 | 100 | 1011111 | 1101 | 111001 | 1011010 | 101110 |
Color Harmonies of #DED50C
Complementary color
Monochromatic Colors of #DED50C
Black with #DED50C
Text Example
Text Example
White with #DED50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED50C; }
p { color: rgb(222,213,12); }
H1.HeaderClassName
{
color: #DED50C;
}
.AnyTagClassName
{
color: #DED50C;
}
</style>
background-color css
<style>
a { background-color: #DED50C; }
a { background-color: rgb(222,213,12); }
div.DivClassName
{
background-color: #DED50C;
}
.BgClassName
{
background-color: #DED50C;
}
</style>
border-color css
<style>
span { border-color: #DED50C; }
span { border-color: rgb(222,213,12); }
td.TdClassName
{
border-color: #DED50C;
}
.TagClassName
{
border-color: #DED50C;
}
</style>