Shades of Sunflower #DEC01F
Tints of Sunflower #DEC01F
RGB
CMYK
RGB Variations
Color information
#DEC01F (or 0xDEC01F) is known color: Sunflower. HEX triplet: DE, C0 and 1F. RGB value is (222,192,31). Sum of RGB (Red+Green+Blue) = 222+192+31=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC01F is #213FE0. Grayscale: #B7B7B7. Windows color (decimal): -2179041 or 2080990. OLE color: 2080990.
HSL color Cylindrical-coordinate representation of color #DEC01F: hue angle of 50.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC01F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 31 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.13 |
| HSL | 50.58º | 0.75% | 0.5% | - |
| HSV(B) | 50.58º | 0.86% | 0.87% | - |
| XYZ | 49.22 | 53.33 | 9 | - |
| YUV | 182.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 31 | 0 | 0.14 | 0.86 | 0.13 | 50.58 | 0.75 | 0.5 |
| Hex | DE | C0 | 1F | 0 | E | 56 | D | 33 | 4B | 32 |
| Octal | 336 | 300 | 37 | 0 | 16 | 126 | 15 | 63 | 113 | 62 |
| Binary | 11011110 | 11000000 | 11111 | 0 | 1110 | 1010110 | 1101 | 110011 | 1001011 | 110010 |
Color Harmonies of #DEC01F
Complementary color
Monochromatic Colors of #DEC01F
Black with #DEC01F
Text Example
Text Example
White with #DEC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC01F; }
p { color: rgb(222,192,31); }
H1.HeaderClassName
{
color: #DEC01F;
}
.AnyTagClassName
{
color: #DEC01F;
}
</style>
background-color css
<style>
a { background-color: #DEC01F; }
a { background-color: rgb(222,192,31); }
div.DivClassName
{
background-color: #DEC01F;
}
.BgClassName
{
background-color: #DEC01F;
}
</style>
border-color css
<style>
span { border-color: #DEC01F; }
span { border-color: rgb(222,192,31); }
td.TdClassName
{
border-color: #DEC01F;
}
.TagClassName
{
border-color: #DEC01F;
}
</style>