Shades of Sunflower #DECD12
Tints of Sunflower #DECD12
RGB
CMYK
RGB Variations
Color information
#DECD12 (or 0xDECD12) is known color: Sunflower. HEX triplet: DE, CD and 12. RGB value is (222,205,18). Sum of RGB (Red+Green+Blue) = 222+205+18=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD12 is #2132ED. Grayscale: #BDBDBD. Windows color (decimal): -2175726 or 1232350. OLE color: 1232350.
HSL color Cylindrical-coordinate representation of color #DECD12: hue angle of 55º 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 #DECD12 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 18 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.13 |
| HSL | 55º | 0.85% | 0.47% | - |
| HSV(B) | 55º | 0.92% | 0.87% | - |
| XYZ | 52.06 | 59.24 | 9.26 | - |
| YUV | 188.77 | 31.63 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 18 | 0 | 0.08 | 0.92 | 0.13 | 55 | 0.85 | 0.47 |
| Hex | DE | CD | 12 | 0 | 8 | 5C | D | 37 | 55 | 2F |
| Octal | 336 | 315 | 22 | 0 | 10 | 134 | 15 | 67 | 125 | 57 |
| Binary | 11011110 | 11001101 | 10010 | 0 | 1000 | 1011100 | 1101 | 110111 | 1010101 | 101111 |
Color Harmonies of #DECD12
Complementary color
Monochromatic Colors of #DECD12
Black with #DECD12
Text Example
Text Example
White with #DECD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD12; }
p { color: rgb(222,205,18); }
H1.HeaderClassName
{
color: #DECD12;
}
.AnyTagClassName
{
color: #DECD12;
}
</style>
background-color css
<style>
a { background-color: #DECD12; }
a { background-color: rgb(222,205,18); }
div.DivClassName
{
background-color: #DECD12;
}
.BgClassName
{
background-color: #DECD12;
}
</style>
border-color css
<style>
span { border-color: #DECD12; }
span { border-color: rgb(222,205,18); }
td.TdClassName
{
border-color: #DECD12;
}
.TagClassName
{
border-color: #DECD12;
}
</style>