Shades of Sunflower #DECE12
Tints of Sunflower #DECE12
RGB
CMYK
RGB Variations
Color information
#DECE12 (or 0xDECE12) is known color: Sunflower. HEX triplet: DE, CE and 12. RGB value is (222,206,18). Sum of RGB (Red+Green+Blue) = 222+206+18=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE12 is #2131ED. Grayscale: #BEBEBE. Windows color (decimal): -2175470 or 1232606. OLE color: 1232606.
HSL color Cylindrical-coordinate representation of color #DECE12: hue angle of 55.29º 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 #DECE12 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 18 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.13 |
| HSL | 55.29º | 0.85% | 0.47% | - |
| HSV(B) | 55.29º | 0.92% | 0.87% | - |
| XYZ | 52.3 | 59.72 | 9.34 | - |
| YUV | 189.35 | 31.3 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 18 | 0 | 0.07 | 0.92 | 0.13 | 55.29 | 0.85 | 0.47 |
| Hex | DE | CE | 12 | 0 | 7 | 5C | D | 37 | 55 | 2F |
| Octal | 336 | 316 | 22 | 0 | 7 | 134 | 15 | 67 | 125 | 57 |
| Binary | 11011110 | 11001110 | 10010 | 0 | 111 | 1011100 | 1101 | 110111 | 1010101 | 101111 |
Color Harmonies of #DECE12
Complementary color
Monochromatic Colors of #DECE12
Black with #DECE12
Text Example
Text Example
White with #DECE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE12; }
p { color: rgb(222,206,18); }
H1.HeaderClassName
{
color: #DECE12;
}
.AnyTagClassName
{
color: #DECE12;
}
</style>
background-color css
<style>
a { background-color: #DECE12; }
a { background-color: rgb(222,206,18); }
div.DivClassName
{
background-color: #DECE12;
}
.BgClassName
{
background-color: #DECE12;
}
</style>
border-color css
<style>
span { border-color: #DECE12; }
span { border-color: rgb(222,206,18); }
td.TdClassName
{
border-color: #DECE12;
}
.TagClassName
{
border-color: #DECE12;
}
</style>