Shades of Sunflower #DEC501
Tints of Sunflower #DEC501
RGB
CMYK
RGB Variations
Color information
#DEC501 (or 0xDEC501) is known color: Sunflower. HEX triplet: DE, C5 and 01. RGB value is (222,197,1). Sum of RGB (Red+Green+Blue) = 222+197+1=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC501 is #213AFE. Grayscale: #B6B6B6. Windows color (decimal): -2177791 or 116190. OLE color: 116190.
HSL color Cylindrical-coordinate representation of color #DEC501: hue angle of 53.21º 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 #DEC501 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.13 |
| HSL | 53.21º | 0.99% | 0.44% | - |
| HSV(B) | 53.21º | 1% | 0.87% | - |
| XYZ | 50.1 | 55.46 | 8.09 | - |
| YUV | 182.13 | 25.78 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 1 | 0 | 0.11 | 1.00 | 0.13 | 53.21 | 0.99 | 0.44 |
| Hex | DE | C5 | 1 | 0 | B | 64 | D | 35 | 63 | 2C |
| Octal | 336 | 305 | 1 | 0 | 13 | 144 | 15 | 65 | 143 | 54 |
| Binary | 11011110 | 11000101 | 1 | 0 | 1011 | 1100100 | 1101 | 110101 | 1100011 | 101100 |
Color Harmonies of #DEC501
Complementary color
Monochromatic Colors of #DEC501
Black with #DEC501
Text Example
Text Example
White with #DEC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC501; }
p { color: rgb(222,197,1); }
H1.HeaderClassName
{
color: #DEC501;
}
.AnyTagClassName
{
color: #DEC501;
}
</style>
background-color css
<style>
a { background-color: #DEC501; }
a { background-color: rgb(222,197,1); }
div.DivClassName
{
background-color: #DEC501;
}
.BgClassName
{
background-color: #DEC501;
}
</style>
border-color css
<style>
span { border-color: #DEC501; }
span { border-color: rgb(222,197,1); }
td.TdClassName
{
border-color: #DEC501;
}
.TagClassName
{
border-color: #DEC501;
}
</style>