Shades of Sunflower #DEC42A
Tints of Sunflower #DEC42A
RGB
CMYK
RGB Variations
Color information
#DEC42A (or 0xDEC42A) is known color: Sunflower. HEX triplet: DE, C4 and 2A. RGB value is (222,196,42). Sum of RGB (Red+Green+Blue) = 222+196+42=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC42A is #213BD5. Grayscale: #BABABA. Windows color (decimal): -2178006 or 2802910. OLE color: 2802910.
HSL color Cylindrical-coordinate representation of color #DEC42A: hue angle of 51.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEC42A is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 42 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.13 |
| HSL | 51.33º | 0.73% | 0.52% | - |
| HSV(B) | 51.33º | 0.81% | 0.87% | - |
| XYZ | 50.28 | 55.18 | 10.19 | - |
| YUV | 186.22 | 46.61 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 42 | 0 | 0.12 | 0.81 | 0.13 | 51.33 | 0.73 | 0.52 |
| Hex | DE | C4 | 2A | 0 | C | 51 | D | 33 | 49 | 34 |
| Octal | 336 | 304 | 52 | 0 | 14 | 121 | 15 | 63 | 111 | 64 |
| Binary | 11011110 | 11000100 | 101010 | 0 | 1100 | 1010001 | 1101 | 110011 | 1001001 | 110100 |
Color Harmonies of #DEC42A
Complementary color
Monochromatic Colors of #DEC42A
Black with #DEC42A
Text Example
Text Example
White with #DEC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC42A; }
p { color: rgb(222,196,42); }
H1.HeaderClassName
{
color: #DEC42A;
}
.AnyTagClassName
{
color: #DEC42A;
}
</style>
background-color css
<style>
a { background-color: #DEC42A; }
a { background-color: rgb(222,196,42); }
div.DivClassName
{
background-color: #DEC42A;
}
.BgClassName
{
background-color: #DEC42A;
}
</style>
border-color css
<style>
span { border-color: #DEC42A; }
span { border-color: rgb(222,196,42); }
td.TdClassName
{
border-color: #DEC42A;
}
.TagClassName
{
border-color: #DEC42A;
}
</style>