Shades of Sunflower #DEC509
Tints of Sunflower #DEC509
RGB
CMYK
RGB Variations
Color information
#DEC509 (or 0xDEC509) is known color: Sunflower. HEX triplet: DE, C5 and 09. RGB value is (222,197,9). Sum of RGB (Red+Green+Blue) = 222+197+9=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC509 is #213AF6. Grayscale: #B7B7B7. Windows color (decimal): -2177783 or 640478. OLE color: 640478.
HSL color Cylindrical-coordinate representation of color #DEC509: hue angle of 52.96º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEC509 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.13 |
| HSL | 52.96º | 0.92% | 0.45% | - |
| HSV(B) | 52.96º | 0.96% | 0.87% | - |
| XYZ | 50.14 | 55.48 | 8.32 | - |
| YUV | 183.04 | 29.78 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 9 | 0 | 0.11 | 0.96 | 0.13 | 52.96 | 0.92 | 0.45 |
| Hex | DE | C5 | 9 | 0 | B | 60 | D | 35 | 5C | 2D |
| Octal | 336 | 305 | 11 | 0 | 13 | 140 | 15 | 65 | 134 | 55 |
| Binary | 11011110 | 11000101 | 1001 | 0 | 1011 | 1100000 | 1101 | 110101 | 1011100 | 101101 |
Color Harmonies of #DEC509
Complementary color
Monochromatic Colors of #DEC509
Black with #DEC509
Text Example
Text Example
White with #DEC509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC509; }
p { color: rgb(222,197,9); }
H1.HeaderClassName
{
color: #DEC509;
}
.AnyTagClassName
{
color: #DEC509;
}
</style>
background-color css
<style>
a { background-color: #DEC509; }
a { background-color: rgb(222,197,9); }
div.DivClassName
{
background-color: #DEC509;
}
.BgClassName
{
background-color: #DEC509;
}
</style>
border-color css
<style>
span { border-color: #DEC509; }
span { border-color: rgb(222,197,9); }
td.TdClassName
{
border-color: #DEC509;
}
.TagClassName
{
border-color: #DEC509;
}
</style>