Shades of Sunflower #DEC028
Tints of Sunflower #DEC028
RGB
CMYK
RGB Variations
Color information
#DEC028 (or 0xDEC028) is known color: Sunflower. HEX triplet: DE, C0 and 28. RGB value is (222,192,40). Sum of RGB (Red+Green+Blue) = 222+192+40=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC028 is #213FD7. Grayscale: #B8B8B8. Windows color (decimal): -2179032 or 2670814. OLE color: 2670814.
HSL color Cylindrical-coordinate representation of color #DEC028: hue angle of 50.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEC028 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 40 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.13 |
| HSL | 50.11º | 0.73% | 0.51% | - |
| HSV(B) | 50.11º | 0.82% | 0.87% | - |
| XYZ | 49.36 | 53.38 | 9.71 | - |
| YUV | 183.64 | 46.94 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 40 | 0 | 0.14 | 0.82 | 0.13 | 50.11 | 0.73 | 0.51 |
| Hex | DE | C0 | 28 | 0 | E | 52 | D | 32 | 49 | 33 |
| Octal | 336 | 300 | 50 | 0 | 16 | 122 | 15 | 62 | 111 | 63 |
| Binary | 11011110 | 11000000 | 101000 | 0 | 1110 | 1010010 | 1101 | 110010 | 1001001 | 110011 |
Color Harmonies of #DEC028
Complementary color
Monochromatic Colors of #DEC028
Black with #DEC028
Text Example
Text Example
White with #DEC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC028; }
p { color: rgb(222,192,40); }
H1.HeaderClassName
{
color: #DEC028;
}
.AnyTagClassName
{
color: #DEC028;
}
</style>
background-color css
<style>
a { background-color: #DEC028; }
a { background-color: rgb(222,192,40); }
div.DivClassName
{
background-color: #DEC028;
}
.BgClassName
{
background-color: #DEC028;
}
</style>
border-color css
<style>
span { border-color: #DEC028; }
span { border-color: rgb(222,192,40); }
td.TdClassName
{
border-color: #DEC028;
}
.TagClassName
{
border-color: #DEC028;
}
</style>