Shades of Sunflower #DECF13
Tints of Sunflower #DECF13
RGB
CMYK
RGB Variations
Color information
#DECF13 (or 0xDECF13) is known color: Sunflower. HEX triplet: DE, CF and 13. RGB value is (222,207,19). Sum of RGB (Red+Green+Blue) = 222+207+19=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF13 is #2130EC. Grayscale: #BEBEBE. Windows color (decimal): -2175213 or 1298398. OLE color: 1298398.
HSL color Cylindrical-coordinate representation of color #DECF13: hue angle of 55.57º degrees, saturation: 0.84, 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 #DECF13 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 19 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.13 |
| HSL | 55.57º | 0.84% | 0.47% | - |
| HSV(B) | 55.57º | 0.91% | 0.87% | - |
| XYZ | 52.55 | 60.2 | 9.47 | - |
| YUV | 190.05 | 31.47 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 19 | 0 | 0.07 | 0.91 | 0.13 | 55.57 | 0.84 | 0.47 |
| Hex | DE | CF | 13 | 0 | 7 | 5B | D | 38 | 54 | 2F |
| Octal | 336 | 317 | 23 | 0 | 7 | 133 | 15 | 70 | 124 | 57 |
| Binary | 11011110 | 11001111 | 10011 | 0 | 111 | 1011011 | 1101 | 111000 | 1010100 | 101111 |
Color Harmonies of #DECF13
Complementary color
Monochromatic Colors of #DECF13
Black with #DECF13
Text Example
Text Example
White with #DECF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF13; }
p { color: rgb(222,207,19); }
H1.HeaderClassName
{
color: #DECF13;
}
.AnyTagClassName
{
color: #DECF13;
}
</style>
background-color css
<style>
a { background-color: #DECF13; }
a { background-color: rgb(222,207,19); }
div.DivClassName
{
background-color: #DECF13;
}
.BgClassName
{
background-color: #DECF13;
}
</style>
border-color css
<style>
span { border-color: #DECF13; }
span { border-color: rgb(222,207,19); }
td.TdClassName
{
border-color: #DECF13;
}
.TagClassName
{
border-color: #DECF13;
}
</style>