Shades of Sunflower #DEC715
Tints of Sunflower #DEC715
RGB
CMYK
RGB Variations
Color information
#DEC715 (or 0xDEC715) is known color: Sunflower. HEX triplet: DE, C7 and 15. RGB value is (222,199,21). Sum of RGB (Red+Green+Blue) = 222+199+21=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC715 is #2138EA. Grayscale: #BABABA. Windows color (decimal): -2177259 or 1427422. OLE color: 1427422.
HSL color Cylindrical-coordinate representation of color #DEC715: hue angle of 53.13º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEC715 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 21 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.13 |
| HSL | 53.13º | 0.83% | 0.48% | - |
| HSV(B) | 53.13º | 0.91% | 0.87% | - |
| XYZ | 50.68 | 56.43 | 8.93 | - |
| YUV | 185.59 | 35.12 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 21 | 0 | 0.10 | 0.91 | 0.13 | 53.13 | 0.83 | 0.48 |
| Hex | DE | C7 | 15 | 0 | A | 5B | D | 35 | 53 | 30 |
| Octal | 336 | 307 | 25 | 0 | 12 | 133 | 15 | 65 | 123 | 60 |
| Binary | 11011110 | 11000111 | 10101 | 0 | 1010 | 1011011 | 1101 | 110101 | 1010011 | 110000 |
Color Harmonies of #DEC715
Complementary color
Monochromatic Colors of #DEC715
Black with #DEC715
Text Example
Text Example
White with #DEC715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC715; }
p { color: rgb(222,199,21); }
H1.HeaderClassName
{
color: #DEC715;
}
.AnyTagClassName
{
color: #DEC715;
}
</style>
background-color css
<style>
a { background-color: #DEC715; }
a { background-color: rgb(222,199,21); }
div.DivClassName
{
background-color: #DEC715;
}
.BgClassName
{
background-color: #DEC715;
}
</style>
border-color css
<style>
span { border-color: #DEC715; }
span { border-color: rgb(222,199,21); }
td.TdClassName
{
border-color: #DEC715;
}
.TagClassName
{
border-color: #DEC715;
}
</style>