Shades of Sunflower #DECC09
Tints of Sunflower #DECC09
RGB
CMYK
RGB Variations
Color information
#DECC09 (or 0xDECC09) is known color: Sunflower. HEX triplet: DE, CC and 09. RGB value is (222,204,9). Sum of RGB (Red+Green+Blue) = 222+204+9=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 9 (3.91% from 255 or 2.07% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC09 is #2133F6. Grayscale: #BBBBBB. Windows color (decimal): -2175991 or 642270. OLE color: 642270.
HSL color Cylindrical-coordinate representation of color #DECC09: hue angle of 54.93º 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 #DECC09 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.13 |
| HSL | 54.93º | 0.92% | 0.45% | - |
| HSV(B) | 54.93º | 0.96% | 0.87% | - |
| XYZ | 51.77 | 58.74 | 8.87 | - |
| YUV | 187.15 | 27.46 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 9 | 0 | 0.08 | 0.96 | 0.13 | 54.93 | 0.92 | 0.45 |
| Hex | DE | CC | 9 | 0 | 8 | 60 | D | 37 | 5C | 2D |
| Octal | 336 | 314 | 11 | 0 | 10 | 140 | 15 | 67 | 134 | 55 |
| Binary | 11011110 | 11001100 | 1001 | 0 | 1000 | 1100000 | 1101 | 110111 | 1011100 | 101101 |
Color Harmonies of #DECC09
Complementary color
Monochromatic Colors of #DECC09
Black with #DECC09
Text Example
Text Example
White with #DECC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC09; }
p { color: rgb(222,204,9); }
H1.HeaderClassName
{
color: #DECC09;
}
.AnyTagClassName
{
color: #DECC09;
}
</style>
background-color css
<style>
a { background-color: #DECC09; }
a { background-color: rgb(222,204,9); }
div.DivClassName
{
background-color: #DECC09;
}
.BgClassName
{
background-color: #DECC09;
}
</style>
border-color css
<style>
span { border-color: #DECC09; }
span { border-color: rgb(222,204,9); }
td.TdClassName
{
border-color: #DECC09;
}
.TagClassName
{
border-color: #DECC09;
}
</style>