Shades of Sunflower #DEC426
Tints of Sunflower #DEC426
RGB
CMYK
RGB Variations
Color information
#DEC426 (or 0xDEC426) is known color: Sunflower. HEX triplet: DE, C4 and 26. RGB value is (222,196,38). Sum of RGB (Red+Green+Blue) = 222+196+38=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC426 is #213BD9. Grayscale: #BABABA. Windows color (decimal): -2178010 or 2540766. OLE color: 2540766.
HSL color Cylindrical-coordinate representation of color #DEC426: hue angle of 51.52º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEC426 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 38 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.13 |
| HSL | 51.52º | 0.74% | 0.51% | - |
| HSV(B) | 51.52º | 0.83% | 0.87% | - |
| XYZ | 50.21 | 55.15 | 9.83 | - |
| YUV | 185.76 | 44.61 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 38 | 0 | 0.12 | 0.83 | 0.13 | 51.52 | 0.74 | 0.51 |
| Hex | DE | C4 | 26 | 0 | C | 53 | D | 34 | 4A | 33 |
| Octal | 336 | 304 | 46 | 0 | 14 | 123 | 15 | 64 | 112 | 63 |
| Binary | 11011110 | 11000100 | 100110 | 0 | 1100 | 1010011 | 1101 | 110100 | 1001010 | 110011 |
Color Harmonies of #DEC426
Complementary color
Monochromatic Colors of #DEC426
Black with #DEC426
Text Example
Text Example
White with #DEC426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC426; }
p { color: rgb(222,196,38); }
H1.HeaderClassName
{
color: #DEC426;
}
.AnyTagClassName
{
color: #DEC426;
}
</style>
background-color css
<style>
a { background-color: #DEC426; }
a { background-color: rgb(222,196,38); }
div.DivClassName
{
background-color: #DEC426;
}
.BgClassName
{
background-color: #DEC426;
}
</style>
border-color css
<style>
span { border-color: #DEC426; }
span { border-color: rgb(222,196,38); }
td.TdClassName
{
border-color: #DEC426;
}
.TagClassName
{
border-color: #DEC426;
}
</style>