Shades of Sunflower #DEC90A
Tints of Sunflower #DEC90A
RGB
CMYK
RGB Variations
Color information
#DEC90A (or 0xDEC90A) is known color: Sunflower. HEX triplet: DE, C9 and 0A. RGB value is (222,201,10). Sum of RGB (Red+Green+Blue) = 222+201+10=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC90A is #2136F5. Grayscale: #BABABA. Windows color (decimal): -2176758 or 707038. OLE color: 707038.
HSL color Cylindrical-coordinate representation of color #DEC90A: hue angle of 54.06º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEC90A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 10 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.13 |
| HSL | 54.06º | 0.91% | 0.45% | - |
| HSV(B) | 54.06º | 0.95% | 0.87% | - |
| XYZ | 51.07 | 57.32 | 8.66 | - |
| YUV | 185.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 10 | 0 | 0.09 | 0.95 | 0.13 | 54.06 | 0.91 | 0.45 |
| Hex | DE | C9 | A | 0 | 9 | 5F | D | 36 | 5B | 2D |
| Octal | 336 | 311 | 12 | 0 | 11 | 137 | 15 | 66 | 133 | 55 |
| Binary | 11011110 | 11001001 | 1010 | 0 | 1001 | 1011111 | 1101 | 110110 | 1011011 | 101101 |
Color Harmonies of #DEC90A
Complementary color
Monochromatic Colors of #DEC90A
Black with #DEC90A
Text Example
Text Example
White with #DEC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC90A; }
p { color: rgb(222,201,10); }
H1.HeaderClassName
{
color: #DEC90A;
}
.AnyTagClassName
{
color: #DEC90A;
}
</style>
background-color css
<style>
a { background-color: #DEC90A; }
a { background-color: rgb(222,201,10); }
div.DivClassName
{
background-color: #DEC90A;
}
.BgClassName
{
background-color: #DEC90A;
}
</style>
border-color css
<style>
span { border-color: #DEC90A; }
span { border-color: rgb(222,201,10); }
td.TdClassName
{
border-color: #DEC90A;
}
.TagClassName
{
border-color: #DEC90A;
}
</style>