Shades of Sunflower #DEC023
Tints of Sunflower #DEC023
RGB
CMYK
RGB Variations
Color information
#DEC023 (or 0xDEC023) is known color: Sunflower. HEX triplet: DE, C0 and 23. RGB value is (222,192,35). Sum of RGB (Red+Green+Blue) = 222+192+35=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC023 is #213FDC. Grayscale: #B7B7B7. Windows color (decimal): -2179037 or 2343134. OLE color: 2343134.
HSL color Cylindrical-coordinate representation of color #DEC023: hue angle of 50.37º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEC023 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 35 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.13 |
| HSL | 50.37º | 0.74% | 0.5% | - |
| HSV(B) | 50.37º | 0.84% | 0.87% | - |
| XYZ | 49.28 | 53.35 | 9.29 | - |
| YUV | 183.07 | 44.44 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 35 | 0 | 0.14 | 0.84 | 0.13 | 50.37 | 0.74 | 0.5 |
| Hex | DE | C0 | 23 | 0 | E | 54 | D | 32 | 4A | 32 |
| Octal | 336 | 300 | 43 | 0 | 16 | 124 | 15 | 62 | 112 | 62 |
| Binary | 11011110 | 11000000 | 100011 | 0 | 1110 | 1010100 | 1101 | 110010 | 1001010 | 110010 |
Color Harmonies of #DEC023
Complementary color
Monochromatic Colors of #DEC023
Black with #DEC023
Text Example
Text Example
White with #DEC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC023; }
p { color: rgb(222,192,35); }
H1.HeaderClassName
{
color: #DEC023;
}
.AnyTagClassName
{
color: #DEC023;
}
</style>
background-color css
<style>
a { background-color: #DEC023; }
a { background-color: rgb(222,192,35); }
div.DivClassName
{
background-color: #DEC023;
}
.BgClassName
{
background-color: #DEC023;
}
</style>
border-color css
<style>
span { border-color: #DEC023; }
span { border-color: rgb(222,192,35); }
td.TdClassName
{
border-color: #DEC023;
}
.TagClassName
{
border-color: #DEC023;
}
</style>