Shades of Sunflower #DEC719
Tints of Sunflower #DEC719
RGB
CMYK
RGB Variations
Color information
#DEC719 (or 0xDEC719) is known color: Sunflower. HEX triplet: DE, C7 and 19. RGB value is (222,199,25). Sum of RGB (Red+Green+Blue) = 222+199+25=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC719 is #2138E6. Grayscale: #BABABA. Windows color (decimal): -2177255 or 1689566. OLE color: 1689566.
HSL color Cylindrical-coordinate representation of color #DEC719: hue angle of 52.99º 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 #DEC719 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 25 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.13 |
| HSL | 52.99º | 0.8% | 0.48% | - |
| HSV(B) | 52.99º | 0.89% | 0.87% | - |
| XYZ | 50.72 | 56.45 | 9.14 | - |
| YUV | 186.04 | 37.12 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 25 | 0 | 0.10 | 0.89 | 0.13 | 52.99 | 0.8 | 0.48 |
| Hex | DE | C7 | 19 | 0 | A | 59 | D | 35 | 50 | 30 |
| Octal | 336 | 307 | 31 | 0 | 12 | 131 | 15 | 65 | 120 | 60 |
| Binary | 11011110 | 11000111 | 11001 | 0 | 1010 | 1011001 | 1101 | 110101 | 1010000 | 110000 |
Color Harmonies of #DEC719
Complementary color
Monochromatic Colors of #DEC719
Black with #DEC719
Text Example
Text Example
White with #DEC719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC719; }
p { color: rgb(222,199,25); }
H1.HeaderClassName
{
color: #DEC719;
}
.AnyTagClassName
{
color: #DEC719;
}
</style>
background-color css
<style>
a { background-color: #DEC719; }
a { background-color: rgb(222,199,25); }
div.DivClassName
{
background-color: #DEC719;
}
.BgClassName
{
background-color: #DEC719;
}
</style>
border-color css
<style>
span { border-color: #DEC719; }
span { border-color: rgb(222,199,25); }
td.TdClassName
{
border-color: #DEC719;
}
.TagClassName
{
border-color: #DEC719;
}
</style>