Shades of Sunflower #DEC900
Tints of Sunflower #DEC900
RGB
CMYK
RGB Variations
Color information
#DEC900 (or 0xDEC900) is known color: Sunflower. HEX triplet: DE, C9 and 00. RGB value is (222,201,0). Sum of RGB (Red+Green+Blue) = 222+201+0=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC900 is #2136FF. Grayscale: #B9B9B9. Windows color (decimal): -2176768 or 51678. OLE color: 51678.
HSL color Cylindrical-coordinate representation of color #DEC900: hue angle of 54.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEC900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.13 |
| HSL | 54.32º | 1% | 0.44% | - |
| HSV(B) | 54.32º | 1% | 0.87% | - |
| XYZ | 51.01 | 57.3 | 8.37 | - |
| YUV | 184.37 | 23.96 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 0 | 0 | 0.09 | 1 | 0.13 | 54.32 | 1 | 0.44 |
| Hex | DE | C9 | 0 | 0 | 9 | 64 | D | 36 | 64 | 2C |
| Octal | 336 | 311 | 0 | 0 | 11 | 144 | 15 | 66 | 144 | 54 |
| Binary | 11011110 | 11001001 | 0 | 0 | 1001 | 1100100 | 1101 | 110110 | 1100100 | 101100 |
Color Harmonies of #DEC900
Complementary color
Monochromatic Colors of #DEC900
Black with #DEC900
Text Example
Text Example
White with #DEC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC900; }
p { color: rgb(222,201,0); }
H1.HeaderClassName
{
color: #DEC900;
}
.AnyTagClassName
{
color: #DEC900;
}
</style>
background-color css
<style>
a { background-color: #DEC900; }
a { background-color: rgb(222,201,0); }
div.DivClassName
{
background-color: #DEC900;
}
.BgClassName
{
background-color: #DEC900;
}
</style>
border-color css
<style>
span { border-color: #DEC900; }
span { border-color: rgb(222,201,0); }
td.TdClassName
{
border-color: #DEC900;
}
.TagClassName
{
border-color: #DEC900;
}
</style>