Shades of Sunflower #DEC810
Tints of Sunflower #DEC810
RGB
CMYK
RGB Variations
Color information
#DEC810 (or 0xDEC810) is known color: Sunflower. HEX triplet: DE, C8 and 10. RGB value is (222,200,16). Sum of RGB (Red+Green+Blue) = 222+200+16=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC810 is #2137EF. Grayscale: #BABABA. Windows color (decimal): -2177008 or 1099998. OLE color: 1099998.
HSL color Cylindrical-coordinate representation of color #DEC810: hue angle of 53.59º 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 #DEC810 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 16 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.13 |
| HSL | 53.59º | 0.87% | 0.47% | - |
| HSV(B) | 53.59º | 0.93% | 0.87% | - |
| XYZ | 50.87 | 56.88 | 8.79 | - |
| YUV | 185.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 16 | 0 | 0.10 | 0.93 | 0.13 | 53.59 | 0.87 | 0.47 |
| Hex | DE | C8 | 10 | 0 | A | 5D | D | 36 | 57 | 2F |
| Octal | 336 | 310 | 20 | 0 | 12 | 135 | 15 | 66 | 127 | 57 |
| Binary | 11011110 | 11001000 | 10000 | 0 | 1010 | 1011101 | 1101 | 110110 | 1010111 | 101111 |
Color Harmonies of #DEC810
Complementary color
Monochromatic Colors of #DEC810
Black with #DEC810
Text Example
Text Example
White with #DEC810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC810; }
p { color: rgb(222,200,16); }
H1.HeaderClassName
{
color: #DEC810;
}
.AnyTagClassName
{
color: #DEC810;
}
</style>
background-color css
<style>
a { background-color: #DEC810; }
a { background-color: rgb(222,200,16); }
div.DivClassName
{
background-color: #DEC810;
}
.BgClassName
{
background-color: #DEC810;
}
</style>
border-color css
<style>
span { border-color: #DEC810; }
span { border-color: rgb(222,200,16); }
td.TdClassName
{
border-color: #DEC810;
}
.TagClassName
{
border-color: #DEC810;
}
</style>