Shades of Sunflower #DECF10
Tints of Sunflower #DECF10
RGB
CMYK
RGB Variations
Color information
#DECF10 (or 0xDECF10) is known color: Sunflower. HEX triplet: DE, CF and 10. RGB value is (222,207,16). Sum of RGB (Red+Green+Blue) = 222+207+16=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF10 is #2130EF. Grayscale: #BEBEBE. Windows color (decimal): -2175216 or 1101790. OLE color: 1101790.
HSL color Cylindrical-coordinate representation of color #DECF10: hue angle of 55.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DECF10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.13 |
| HSL | 55.63º | 0.87% | 0.47% | - |
| HSV(B) | 55.63º | 0.93% | 0.87% | - |
| XYZ | 52.53 | 60.19 | 9.34 | - |
| YUV | 189.71 | 29.97 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 16 | 0 | 0.07 | 0.93 | 0.13 | 55.63 | 0.87 | 0.47 |
| Hex | DE | CF | 10 | 0 | 7 | 5D | D | 38 | 57 | 2F |
| Octal | 336 | 317 | 20 | 0 | 7 | 135 | 15 | 70 | 127 | 57 |
| Binary | 11011110 | 11001111 | 10000 | 0 | 111 | 1011101 | 1101 | 111000 | 1010111 | 101111 |
Color Harmonies of #DECF10
Complementary color
Monochromatic Colors of #DECF10
Black with #DECF10
Text Example
Text Example
White with #DECF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF10; }
p { color: rgb(222,207,16); }
H1.HeaderClassName
{
color: #DECF10;
}
.AnyTagClassName
{
color: #DECF10;
}
</style>
background-color css
<style>
a { background-color: #DECF10; }
a { background-color: rgb(222,207,16); }
div.DivClassName
{
background-color: #DECF10;
}
.BgClassName
{
background-color: #DECF10;
}
</style>
border-color css
<style>
span { border-color: #DECF10; }
span { border-color: rgb(222,207,16); }
td.TdClassName
{
border-color: #DECF10;
}
.TagClassName
{
border-color: #DECF10;
}
</style>