Shades of Sunflower #DEC901
Tints of Sunflower #DEC901
RGB
CMYK
RGB Variations
Color information
#DEC901 (or 0xDEC901) is known color: Sunflower. HEX triplet: DE, C9 and 01. RGB value is (222,201,1). Sum of RGB (Red+Green+Blue) = 222+201+1=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC901 is #2136FE. Grayscale: #B9B9B9. Windows color (decimal): -2176767 or 117214. OLE color: 117214.
HSL color Cylindrical-coordinate representation of color #DEC901: hue angle of 54.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEC901 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.13 |
| HSL | 54.3º | 0.99% | 0.44% | - |
| HSV(B) | 54.3º | 1% | 0.87% | - |
| XYZ | 51.02 | 57.31 | 8.4 | - |
| YUV | 184.48 | 24.46 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 1 | 0 | 0.09 | 1.00 | 0.13 | 54.3 | 0.99 | 0.44 |
| Hex | DE | C9 | 1 | 0 | 9 | 64 | D | 36 | 63 | 2C |
| Octal | 336 | 311 | 1 | 0 | 11 | 144 | 15 | 66 | 143 | 54 |
| Binary | 11011110 | 11001001 | 1 | 0 | 1001 | 1100100 | 1101 | 110110 | 1100011 | 101100 |
Color Harmonies of #DEC901
Complementary color
Monochromatic Colors of #DEC901
Black with #DEC901
Text Example
Text Example
White with #DEC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC901; }
p { color: rgb(222,201,1); }
H1.HeaderClassName
{
color: #DEC901;
}
.AnyTagClassName
{
color: #DEC901;
}
</style>
background-color css
<style>
a { background-color: #DEC901; }
a { background-color: rgb(222,201,1); }
div.DivClassName
{
background-color: #DEC901;
}
.BgClassName
{
background-color: #DEC901;
}
</style>
border-color css
<style>
span { border-color: #DEC901; }
span { border-color: rgb(222,201,1); }
td.TdClassName
{
border-color: #DEC901;
}
.TagClassName
{
border-color: #DEC901;
}
</style>