Shades of Sunflower #DEC001
Tints of Sunflower #DEC001
RGB
CMYK
RGB Variations
Color information
#DEC001 (or 0xDEC001) is known color: Sunflower. HEX triplet: DE, C0 and 01. RGB value is (222,192,1). Sum of RGB (Red+Green+Blue) = 222+192+1=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC001 is #213FFE. Grayscale: #B3B3B3. Windows color (decimal): -2179071 or 114910. OLE color: 114910.
HSL color Cylindrical-coordinate representation of color #DEC001: hue angle of 51.86º 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 #DEC001 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.13 |
| HSL | 51.86º | 0.99% | 0.44% | - |
| HSV(B) | 51.86º | 1% | 0.87% | - |
| XYZ | 48.98 | 53.23 | 7.72 | - |
| YUV | 179.2 | 27.44 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 1 | 0 | 0.14 | 1.00 | 0.13 | 51.86 | 0.99 | 0.44 |
| Hex | DE | C0 | 1 | 0 | E | 64 | D | 34 | 63 | 2C |
| Octal | 336 | 300 | 1 | 0 | 16 | 144 | 15 | 64 | 143 | 54 |
| Binary | 11011110 | 11000000 | 1 | 0 | 1110 | 1100100 | 1101 | 110100 | 1100011 | 101100 |
Color Harmonies of #DEC001
Complementary color
Monochromatic Colors of #DEC001
Black with #DEC001
Text Example
Text Example
White with #DEC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC001; }
p { color: rgb(222,192,1); }
H1.HeaderClassName
{
color: #DEC001;
}
.AnyTagClassName
{
color: #DEC001;
}
</style>
background-color css
<style>
a { background-color: #DEC001; }
a { background-color: rgb(222,192,1); }
div.DivClassName
{
background-color: #DEC001;
}
.BgClassName
{
background-color: #DEC001;
}
</style>
border-color css
<style>
span { border-color: #DEC001; }
span { border-color: rgb(222,192,1); }
td.TdClassName
{
border-color: #DEC001;
}
.TagClassName
{
border-color: #DEC001;
}
</style>