Shades of Sunflower #DEC812
Tints of Sunflower #DEC812
RGB
CMYK
RGB Variations
Color information
#DEC812 (or 0xDEC812) is known color: Sunflower. HEX triplet: DE, C8 and 12. RGB value is (222,200,18). Sum of RGB (Red+Green+Blue) = 222+200+18=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC812 is #2137ED. Grayscale: #BABABA. Windows color (decimal): -2177006 or 1231070. OLE color: 1231070.
HSL color Cylindrical-coordinate representation of color #DEC812: hue angle of 53.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEC812 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.13 |
| HSL | 53.53º | 0.85% | 0.47% | - |
| HSV(B) | 53.53º | 0.92% | 0.87% | - |
| XYZ | 50.89 | 56.88 | 8.87 | - |
| YUV | 185.83 | 33.29 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 18 | 0 | 0.10 | 0.92 | 0.13 | 53.53 | 0.85 | 0.47 |
| Hex | DE | C8 | 12 | 0 | A | 5C | D | 36 | 55 | 2F |
| Octal | 336 | 310 | 22 | 0 | 12 | 134 | 15 | 66 | 125 | 57 |
| Binary | 11011110 | 11001000 | 10010 | 0 | 1010 | 1011100 | 1101 | 110110 | 1010101 | 101111 |
Color Harmonies of #DEC812
Complementary color
Monochromatic Colors of #DEC812
Black with #DEC812
Text Example
Text Example
White with #DEC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC812; }
p { color: rgb(222,200,18); }
H1.HeaderClassName
{
color: #DEC812;
}
.AnyTagClassName
{
color: #DEC812;
}
</style>
background-color css
<style>
a { background-color: #DEC812; }
a { background-color: rgb(222,200,18); }
div.DivClassName
{
background-color: #DEC812;
}
.BgClassName
{
background-color: #DEC812;
}
</style>
border-color css
<style>
span { border-color: #DEC812; }
span { border-color: rgb(222,200,18); }
td.TdClassName
{
border-color: #DEC812;
}
.TagClassName
{
border-color: #DEC812;
}
</style>