Shades of Sunflower #DEC912
Tints of Sunflower #DEC912
RGB
CMYK
RGB Variations
Color information
#DEC912 (or 0xDEC912) is known color: Sunflower. HEX triplet: DE, C9 and 12. RGB value is (222,201,18). Sum of RGB (Red+Green+Blue) = 222+201+18=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC912 is #2136ED. Grayscale: #BBBBBB. Windows color (decimal): -2176750 or 1231326. OLE color: 1231326.
HSL color Cylindrical-coordinate representation of color #DEC912: hue angle of 53.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEC912 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.13 |
| HSL | 53.82º | 0.85% | 0.47% | - |
| HSV(B) | 53.82º | 0.92% | 0.87% | - |
| XYZ | 51.12 | 57.35 | 8.95 | - |
| YUV | 186.42 | 32.96 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 18 | 0 | 0.09 | 0.92 | 0.13 | 53.82 | 0.85 | 0.47 |
| Hex | DE | C9 | 12 | 0 | 9 | 5C | D | 36 | 55 | 2F |
| Octal | 336 | 311 | 22 | 0 | 11 | 134 | 15 | 66 | 125 | 57 |
| Binary | 11011110 | 11001001 | 10010 | 0 | 1001 | 1011100 | 1101 | 110110 | 1010101 | 101111 |
Color Harmonies of #DEC912
Complementary color
Monochromatic Colors of #DEC912
Black with #DEC912
Text Example
Text Example
White with #DEC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC912; }
p { color: rgb(222,201,18); }
H1.HeaderClassName
{
color: #DEC912;
}
.AnyTagClassName
{
color: #DEC912;
}
</style>
background-color css
<style>
a { background-color: #DEC912; }
a { background-color: rgb(222,201,18); }
div.DivClassName
{
background-color: #DEC912;
}
.BgClassName
{
background-color: #DEC912;
}
</style>
border-color css
<style>
span { border-color: #DEC912; }
span { border-color: rgb(222,201,18); }
td.TdClassName
{
border-color: #DEC912;
}
.TagClassName
{
border-color: #DEC912;
}
</style>