Shades of Sunflower #DECD19
Tints of Sunflower #DECD19
RGB
CMYK
RGB Variations
Color information
#DECD19 (or 0xDECD19) is known color: Sunflower. HEX triplet: DE, CD and 19. RGB value is (222,205,25). Sum of RGB (Red+Green+Blue) = 222+205+25=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD19 is #2132E6. Grayscale: #BEBEBE. Windows color (decimal): -2175719 or 1691102. OLE color: 1691102.
HSL color Cylindrical-coordinate representation of color #DECD19: hue angle of 54.82º 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 #DECD19 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.13 |
| HSL | 54.82º | 0.8% | 0.48% | - |
| HSV(B) | 54.82º | 0.89% | 0.87% | - |
| XYZ | 52.13 | 59.26 | 9.61 | - |
| YUV | 189.56 | 35.13 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 25 | 0 | 0.08 | 0.89 | 0.13 | 54.82 | 0.8 | 0.48 |
| Hex | DE | CD | 19 | 0 | 8 | 59 | D | 37 | 50 | 30 |
| Octal | 336 | 315 | 31 | 0 | 10 | 131 | 15 | 67 | 120 | 60 |
| Binary | 11011110 | 11001101 | 11001 | 0 | 1000 | 1011001 | 1101 | 110111 | 1010000 | 110000 |
Color Harmonies of #DECD19
Complementary color
Monochromatic Colors of #DECD19
Black with #DECD19
Text Example
Text Example
White with #DECD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD19; }
p { color: rgb(222,205,25); }
H1.HeaderClassName
{
color: #DECD19;
}
.AnyTagClassName
{
color: #DECD19;
}
</style>
background-color css
<style>
a { background-color: #DECD19; }
a { background-color: rgb(222,205,25); }
div.DivClassName
{
background-color: #DECD19;
}
.BgClassName
{
background-color: #DECD19;
}
</style>
border-color css
<style>
span { border-color: #DECD19; }
span { border-color: rgb(222,205,25); }
td.TdClassName
{
border-color: #DECD19;
}
.TagClassName
{
border-color: #DECD19;
}
</style>