Shades of Sunflower #DECF14
Tints of Sunflower #DECF14
RGB
CMYK
RGB Variations
Color information
#DECF14 (or 0xDECF14) is known color: Sunflower. HEX triplet: DE, CF and 14. RGB value is (222,207,20). Sum of RGB (Red+Green+Blue) = 222+207+20=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF14 is #2130EB. Grayscale: #BEBEBE. Windows color (decimal): -2175212 or 1363934. OLE color: 1363934.
HSL color Cylindrical-coordinate representation of color #DECF14: hue angle of 55.54º 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 #DECF14 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 20 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.13 |
| HSL | 55.54º | 0.83% | 0.47% | - |
| HSV(B) | 55.54º | 0.91% | 0.87% | - |
| XYZ | 52.56 | 60.21 | 9.51 | - |
| YUV | 190.17 | 31.97 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 20 | 0 | 0.07 | 0.91 | 0.13 | 55.54 | 0.83 | 0.47 |
| Hex | DE | CF | 14 | 0 | 7 | 5B | D | 38 | 53 | 2F |
| Octal | 336 | 317 | 24 | 0 | 7 | 133 | 15 | 70 | 123 | 57 |
| Binary | 11011110 | 11001111 | 10100 | 0 | 111 | 1011011 | 1101 | 111000 | 1010011 | 101111 |
Color Harmonies of #DECF14
Complementary color
Monochromatic Colors of #DECF14
Black with #DECF14
Text Example
Text Example
White with #DECF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF14; }
p { color: rgb(222,207,20); }
H1.HeaderClassName
{
color: #DECF14;
}
.AnyTagClassName
{
color: #DECF14;
}
</style>
background-color css
<style>
a { background-color: #DECF14; }
a { background-color: rgb(222,207,20); }
div.DivClassName
{
background-color: #DECF14;
}
.BgClassName
{
background-color: #DECF14;
}
</style>
border-color css
<style>
span { border-color: #DECF14; }
span { border-color: rgb(222,207,20); }
td.TdClassName
{
border-color: #DECF14;
}
.TagClassName
{
border-color: #DECF14;
}
</style>