Shades of Sunflower #DECE14
Tints of Sunflower #DECE14
RGB
CMYK
RGB Variations
Color information
#DECE14 (or 0xDECE14) is known color: Sunflower. HEX triplet: DE, CE and 14. RGB value is (222,206,20). Sum of RGB (Red+Green+Blue) = 222+206+20=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE14 is #2131EB. Grayscale: #BEBEBE. Windows color (decimal): -2175468 or 1363678. OLE color: 1363678.
HSL color Cylindrical-coordinate representation of color #DECE14: hue angle of 55.25º degrees, saturation: 0.83, 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 #DECE14 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 20 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.13 |
| HSL | 55.25º | 0.83% | 0.47% | - |
| HSV(B) | 55.25º | 0.91% | 0.87% | - |
| XYZ | 52.32 | 59.72 | 9.43 | - |
| YUV | 189.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 20 | 0 | 0.07 | 0.91 | 0.13 | 55.25 | 0.83 | 0.47 |
| Hex | DE | CE | 14 | 0 | 7 | 5B | D | 37 | 53 | 2F |
| Octal | 336 | 316 | 24 | 0 | 7 | 133 | 15 | 67 | 123 | 57 |
| Binary | 11011110 | 11001110 | 10100 | 0 | 111 | 1011011 | 1101 | 110111 | 1010011 | 101111 |
Color Harmonies of #DECE14
Complementary color
Monochromatic Colors of #DECE14
Black with #DECE14
Text Example
Text Example
White with #DECE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE14; }
p { color: rgb(222,206,20); }
H1.HeaderClassName
{
color: #DECE14;
}
.AnyTagClassName
{
color: #DECE14;
}
</style>
background-color css
<style>
a { background-color: #DECE14; }
a { background-color: rgb(222,206,20); }
div.DivClassName
{
background-color: #DECE14;
}
.BgClassName
{
background-color: #DECE14;
}
</style>
border-color css
<style>
span { border-color: #DECE14; }
span { border-color: rgb(222,206,20); }
td.TdClassName
{
border-color: #DECE14;
}
.TagClassName
{
border-color: #DECE14;
}
</style>