Shades of Sunflower #DEC90F
Tints of Sunflower #DEC90F
RGB
CMYK
RGB Variations
Color information
#DEC90F (or 0xDEC90F) is known color: Sunflower. HEX triplet: DE, C9 and 0F. RGB value is (222,201,15). Sum of RGB (Red+Green+Blue) = 222+201+15=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC90F is #2136F0. Grayscale: #BABABA. Windows color (decimal): -2176753 or 1034718. OLE color: 1034718.
HSL color Cylindrical-coordinate representation of color #DEC90F: hue angle of 53.91º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEC90F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 15 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.13 |
| HSL | 53.91º | 0.87% | 0.46% | - |
| HSV(B) | 53.91º | 0.93% | 0.87% | - |
| XYZ | 51.1 | 57.34 | 8.83 | - |
| YUV | 186.08 | 31.46 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 15 | 0 | 0.09 | 0.93 | 0.13 | 53.91 | 0.87 | 0.46 |
| Hex | DE | C9 | F | 0 | 9 | 5D | D | 36 | 57 | 2E |
| Octal | 336 | 311 | 17 | 0 | 11 | 135 | 15 | 66 | 127 | 56 |
| Binary | 11011110 | 11001001 | 1111 | 0 | 1001 | 1011101 | 1101 | 110110 | 1010111 | 101110 |
Color Harmonies of #DEC90F
Complementary color
Monochromatic Colors of #DEC90F
Black with #DEC90F
Text Example
Text Example
White with #DEC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC90F; }
p { color: rgb(222,201,15); }
H1.HeaderClassName
{
color: #DEC90F;
}
.AnyTagClassName
{
color: #DEC90F;
}
</style>
background-color css
<style>
a { background-color: #DEC90F; }
a { background-color: rgb(222,201,15); }
div.DivClassName
{
background-color: #DEC90F;
}
.BgClassName
{
background-color: #DEC90F;
}
</style>
border-color css
<style>
span { border-color: #DEC90F; }
span { border-color: rgb(222,201,15); }
td.TdClassName
{
border-color: #DEC90F;
}
.TagClassName
{
border-color: #DEC90F;
}
</style>