Shades of Sunflower #DEC50D
Tints of Sunflower #DEC50D
RGB
CMYK
RGB Variations
Color information
#DEC50D (or 0xDEC50D) is known color: Sunflower. HEX triplet: DE, C5 and 0D. RGB value is (222,197,13). Sum of RGB (Red+Green+Blue) = 222+197+13=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC50D is #213AF2. Grayscale: #B8B8B8. Windows color (decimal): -2177779 or 902622. OLE color: 902622.
HSL color Cylindrical-coordinate representation of color #DEC50D: hue angle of 52.82º 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 #DEC50D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.13 |
| HSL | 52.82º | 0.89% | 0.46% | - |
| HSV(B) | 52.82º | 0.94% | 0.87% | - |
| XYZ | 50.16 | 55.49 | 8.45 | - |
| YUV | 183.5 | 31.78 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 13 | 0 | 0.11 | 0.94 | 0.13 | 52.82 | 0.89 | 0.46 |
| Hex | DE | C5 | D | 0 | B | 5E | D | 35 | 59 | 2E |
| Octal | 336 | 305 | 15 | 0 | 13 | 136 | 15 | 65 | 131 | 56 |
| Binary | 11011110 | 11000101 | 1101 | 0 | 1011 | 1011110 | 1101 | 110101 | 1011001 | 101110 |
Color Harmonies of #DEC50D
Complementary color
Monochromatic Colors of #DEC50D
Black with #DEC50D
Text Example
Text Example
White with #DEC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC50D; }
p { color: rgb(222,197,13); }
H1.HeaderClassName
{
color: #DEC50D;
}
.AnyTagClassName
{
color: #DEC50D;
}
</style>
background-color css
<style>
a { background-color: #DEC50D; }
a { background-color: rgb(222,197,13); }
div.DivClassName
{
background-color: #DEC50D;
}
.BgClassName
{
background-color: #DEC50D;
}
</style>
border-color css
<style>
span { border-color: #DEC50D; }
span { border-color: rgb(222,197,13); }
td.TdClassName
{
border-color: #DEC50D;
}
.TagClassName
{
border-color: #DEC50D;
}
</style>