Shades of Sunflower #DECE0F
Tints of Sunflower #DECE0F
RGB
CMYK
RGB Variations
Color information
#DECE0F (or 0xDECE0F) is known color: Sunflower. HEX triplet: DE, CE and 0F. RGB value is (222,206,15). Sum of RGB (Red+Green+Blue) = 222+206+15=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE0F is #2131F0. Grayscale: #BDBDBD. Windows color (decimal): -2175473 or 1035998. OLE color: 1035998.
HSL color Cylindrical-coordinate representation of color #DECE0F: hue angle of 55.36º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DECE0F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.13 |
| HSL | 55.36º | 0.87% | 0.46% | - |
| HSV(B) | 55.36º | 0.93% | 0.87% | - |
| XYZ | 52.28 | 59.71 | 9.22 | - |
| YUV | 189.01 | 29.8 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 15 | 0 | 0.07 | 0.93 | 0.13 | 55.36 | 0.87 | 0.46 |
| Hex | DE | CE | F | 0 | 7 | 5D | D | 37 | 57 | 2E |
| Octal | 336 | 316 | 17 | 0 | 7 | 135 | 15 | 67 | 127 | 56 |
| Binary | 11011110 | 11001110 | 1111 | 0 | 111 | 1011101 | 1101 | 110111 | 1010111 | 101110 |
Color Harmonies of #DECE0F
Complementary color
Monochromatic Colors of #DECE0F
Black with #DECE0F
Text Example
Text Example
White with #DECE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE0F; }
p { color: rgb(222,206,15); }
H1.HeaderClassName
{
color: #DECE0F;
}
.AnyTagClassName
{
color: #DECE0F;
}
</style>
background-color css
<style>
a { background-color: #DECE0F; }
a { background-color: rgb(222,206,15); }
div.DivClassName
{
background-color: #DECE0F;
}
.BgClassName
{
background-color: #DECE0F;
}
</style>
border-color css
<style>
span { border-color: #DECE0F; }
span { border-color: rgb(222,206,15); }
td.TdClassName
{
border-color: #DECE0F;
}
.TagClassName
{
border-color: #DECE0F;
}
</style>