Shades of Sunflower #DECF0D
Tints of Sunflower #DECF0D
RGB
CMYK
RGB Variations
Color information
#DECF0D (or 0xDECF0D) is known color: Sunflower. HEX triplet: DE, CF and 0D. RGB value is (222,207,13). Sum of RGB (Red+Green+Blue) = 222+207+13=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF0D is #2130F2. Grayscale: #BEBEBE. Windows color (decimal): -2175219 or 905182. OLE color: 905182.
HSL color Cylindrical-coordinate representation of color #DECF0D: hue angle of 55.69º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DECF0D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.13 |
| HSL | 55.69º | 0.89% | 0.46% | - |
| HSV(B) | 55.69º | 0.94% | 0.87% | - |
| XYZ | 52.51 | 60.18 | 9.23 | - |
| YUV | 189.37 | 28.47 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 13 | 0 | 0.07 | 0.94 | 0.13 | 55.69 | 0.89 | 0.46 |
| Hex | DE | CF | D | 0 | 7 | 5E | D | 38 | 59 | 2E |
| Octal | 336 | 317 | 15 | 0 | 7 | 136 | 15 | 70 | 131 | 56 |
| Binary | 11011110 | 11001111 | 1101 | 0 | 111 | 1011110 | 1101 | 111000 | 1011001 | 101110 |
Color Harmonies of #DECF0D
Complementary color
Monochromatic Colors of #DECF0D
Black with #DECF0D
Text Example
Text Example
White with #DECF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF0D; }
p { color: rgb(222,207,13); }
H1.HeaderClassName
{
color: #DECF0D;
}
.AnyTagClassName
{
color: #DECF0D;
}
</style>
background-color css
<style>
a { background-color: #DECF0D; }
a { background-color: rgb(222,207,13); }
div.DivClassName
{
background-color: #DECF0D;
}
.BgClassName
{
background-color: #DECF0D;
}
</style>
border-color css
<style>
span { border-color: #DECF0D; }
span { border-color: rgb(222,207,13); }
td.TdClassName
{
border-color: #DECF0D;
}
.TagClassName
{
border-color: #DECF0D;
}
</style>