Shades of Sunflower #DEC50C
Tints of Sunflower #DEC50C
RGB
CMYK
RGB Variations
Color information
#DEC50C (or 0xDEC50C) is known color: Sunflower. HEX triplet: DE, C5 and 0C. RGB value is (222,197,12). Sum of RGB (Red+Green+Blue) = 222+197+12=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC50C is #213AF3. Grayscale: #B8B8B8. Windows color (decimal): -2177780 or 837086. OLE color: 837086.
HSL color Cylindrical-coordinate representation of color #DEC50C: hue angle of 52.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 #DEC50C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.13 |
| HSL | 52.86º | 0.9% | 0.46% | - |
| HSV(B) | 52.86º | 0.95% | 0.87% | - |
| XYZ | 50.16 | 55.49 | 8.41 | - |
| YUV | 183.39 | 31.28 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 12 | 0 | 0.11 | 0.95 | 0.13 | 52.86 | 0.9 | 0.46 |
| Hex | DE | C5 | C | 0 | B | 5F | D | 35 | 5A | 2E |
| Octal | 336 | 305 | 14 | 0 | 13 | 137 | 15 | 65 | 132 | 56 |
| Binary | 11011110 | 11000101 | 1100 | 0 | 1011 | 1011111 | 1101 | 110101 | 1011010 | 101110 |
Color Harmonies of #DEC50C
Complementary color
Monochromatic Colors of #DEC50C
Black with #DEC50C
Text Example
Text Example
White with #DEC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC50C; }
p { color: rgb(222,197,12); }
H1.HeaderClassName
{
color: #DEC50C;
}
.AnyTagClassName
{
color: #DEC50C;
}
</style>
background-color css
<style>
a { background-color: #DEC50C; }
a { background-color: rgb(222,197,12); }
div.DivClassName
{
background-color: #DEC50C;
}
.BgClassName
{
background-color: #DEC50C;
}
</style>
border-color css
<style>
span { border-color: #DEC50C; }
span { border-color: rgb(222,197,12); }
td.TdClassName
{
border-color: #DEC50C;
}
.TagClassName
{
border-color: #DEC50C;
}
</style>