Shades of Sunflower #DEC013
Tints of Sunflower #DEC013
RGB
CMYK
RGB Variations
Color information
#DEC013 (or 0xDEC013) is known color: Sunflower. HEX triplet: DE, C0 and 13. RGB value is (222,192,19). Sum of RGB (Red+Green+Blue) = 222+192+19=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC013 is #213FEC. Grayscale: #B5B5B5. Windows color (decimal): -2179053 or 1294558. OLE color: 1294558.
HSL color Cylindrical-coordinate representation of color #DEC013: hue angle of 51.13º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEC013 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 19 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.13 |
| HSL | 51.13º | 0.84% | 0.47% | - |
| HSV(B) | 51.13º | 0.91% | 0.87% | - |
| XYZ | 49.09 | 53.28 | 8.31 | - |
| YUV | 181.25 | 36.44 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 19 | 0 | 0.14 | 0.91 | 0.13 | 51.13 | 0.84 | 0.47 |
| Hex | DE | C0 | 13 | 0 | E | 5B | D | 33 | 54 | 2F |
| Octal | 336 | 300 | 23 | 0 | 16 | 133 | 15 | 63 | 124 | 57 |
| Binary | 11011110 | 11000000 | 10011 | 0 | 1110 | 1011011 | 1101 | 110011 | 1010100 | 101111 |
Color Harmonies of #DEC013
Complementary color
Monochromatic Colors of #DEC013
Black with #DEC013
Text Example
Text Example
White with #DEC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC013; }
p { color: rgb(222,192,19); }
H1.HeaderClassName
{
color: #DEC013;
}
.AnyTagClassName
{
color: #DEC013;
}
</style>
background-color css
<style>
a { background-color: #DEC013; }
a { background-color: rgb(222,192,19); }
div.DivClassName
{
background-color: #DEC013;
}
.BgClassName
{
background-color: #DEC013;
}
</style>
border-color css
<style>
span { border-color: #DEC013; }
span { border-color: rgb(222,192,19); }
td.TdClassName
{
border-color: #DEC013;
}
.TagClassName
{
border-color: #DEC013;
}
</style>