Shades of Sunflower #DECF0C
Tints of Sunflower #DECF0C
RGB
CMYK
RGB Variations
Color information
#DECF0C (or 0xDECF0C) is known color: Sunflower. HEX triplet: DE, CF and 0C. RGB value is (222,207,12). Sum of RGB (Red+Green+Blue) = 222+207+12=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF0C is #2130F3. Grayscale: #BEBEBE. Windows color (decimal): -2175220 or 839646. OLE color: 839646.
HSL color Cylindrical-coordinate representation of color #DECF0C: hue angle of 55.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DECF0C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.13 |
| HSL | 55.71º | 0.9% | 0.46% | - |
| HSV(B) | 55.71º | 0.95% | 0.87% | - |
| XYZ | 52.5 | 60.18 | 9.2 | - |
| YUV | 189.26 | 27.97 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 12 | 0 | 0.07 | 0.95 | 0.13 | 55.71 | 0.9 | 0.46 |
| Hex | DE | CF | C | 0 | 7 | 5F | D | 38 | 5A | 2E |
| Octal | 336 | 317 | 14 | 0 | 7 | 137 | 15 | 70 | 132 | 56 |
| Binary | 11011110 | 11001111 | 1100 | 0 | 111 | 1011111 | 1101 | 111000 | 1011010 | 101110 |
Color Harmonies of #DECF0C
Complementary color
Monochromatic Colors of #DECF0C
Black with #DECF0C
Text Example
Text Example
White with #DECF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF0C; }
p { color: rgb(222,207,12); }
H1.HeaderClassName
{
color: #DECF0C;
}
.AnyTagClassName
{
color: #DECF0C;
}
</style>
background-color css
<style>
a { background-color: #DECF0C; }
a { background-color: rgb(222,207,12); }
div.DivClassName
{
background-color: #DECF0C;
}
.BgClassName
{
background-color: #DECF0C;
}
</style>
border-color css
<style>
span { border-color: #DECF0C; }
span { border-color: rgb(222,207,12); }
td.TdClassName
{
border-color: #DECF0C;
}
.TagClassName
{
border-color: #DECF0C;
}
</style>