Shades of Sunflower #DEC619
Tints of Sunflower #DEC619
RGB
CMYK
RGB Variations
Color information
#DEC619 (or 0xDEC619) is known color: Sunflower. HEX triplet: DE, C6 and 19. RGB value is (222,198,25). Sum of RGB (Red+Green+Blue) = 222+198+25=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC619 is #2139E6. Grayscale: #BABABA. Windows color (decimal): -2177511 or 1689310. OLE color: 1689310.
HSL color Cylindrical-coordinate representation of color #DEC619: hue angle of 52.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEC619 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 25 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.13 |
| HSL | 52.69º | 0.8% | 0.48% | - |
| HSV(B) | 52.69º | 0.89% | 0.87% | - |
| XYZ | 50.49 | 55.99 | 9.07 | - |
| YUV | 185.45 | 37.45 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 25 | 0 | 0.11 | 0.89 | 0.13 | 52.69 | 0.8 | 0.48 |
| Hex | DE | C6 | 19 | 0 | B | 59 | D | 35 | 50 | 30 |
| Octal | 336 | 306 | 31 | 0 | 13 | 131 | 15 | 65 | 120 | 60 |
| Binary | 11011110 | 11000110 | 11001 | 0 | 1011 | 1011001 | 1101 | 110101 | 1010000 | 110000 |
Color Harmonies of #DEC619
Complementary color
Monochromatic Colors of #DEC619
Black with #DEC619
Text Example
Text Example
White with #DEC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC619; }
p { color: rgb(222,198,25); }
H1.HeaderClassName
{
color: #DEC619;
}
.AnyTagClassName
{
color: #DEC619;
}
</style>
background-color css
<style>
a { background-color: #DEC619; }
a { background-color: rgb(222,198,25); }
div.DivClassName
{
background-color: #DEC619;
}
.BgClassName
{
background-color: #DEC619;
}
</style>
border-color css
<style>
span { border-color: #DEC619; }
span { border-color: rgb(222,198,25); }
td.TdClassName
{
border-color: #DEC619;
}
.TagClassName
{
border-color: #DEC619;
}
</style>