Shades of Sunflower #DEC20C
Tints of Sunflower #DEC20C
RGB
CMYK
RGB Variations
Color information
#DEC20C (or 0xDEC20C) is known color: Sunflower. HEX triplet: DE, C2 and 0C. RGB value is (222,194,12). Sum of RGB (Red+Green+Blue) = 222+194+12=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC20C is #213DF3. Grayscale: #B6B6B6. Windows color (decimal): -2178548 or 836318. OLE color: 836318.
HSL color Cylindrical-coordinate representation of color #DEC20C: hue angle of 52º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEC20C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.13 |
| HSL | 52º | 0.9% | 0.46% | - |
| HSV(B) | 52º | 0.95% | 0.87% | - |
| XYZ | 49.48 | 54.14 | 8.19 | - |
| YUV | 181.62 | 32.28 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 12 | 0 | 0.13 | 0.95 | 0.13 | 52 | 0.9 | 0.46 |
| Hex | DE | C2 | C | 0 | D | 5F | D | 34 | 5A | 2E |
| Octal | 336 | 302 | 14 | 0 | 15 | 137 | 15 | 64 | 132 | 56 |
| Binary | 11011110 | 11000010 | 1100 | 0 | 1101 | 1011111 | 1101 | 110100 | 1011010 | 101110 |
Color Harmonies of #DEC20C
Complementary color
Monochromatic Colors of #DEC20C
Black with #DEC20C
Text Example
Text Example
White with #DEC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC20C; }
p { color: rgb(222,194,12); }
H1.HeaderClassName
{
color: #DEC20C;
}
.AnyTagClassName
{
color: #DEC20C;
}
</style>
background-color css
<style>
a { background-color: #DEC20C; }
a { background-color: rgb(222,194,12); }
div.DivClassName
{
background-color: #DEC20C;
}
.BgClassName
{
background-color: #DEC20C;
}
</style>
border-color css
<style>
span { border-color: #DEC20C; }
span { border-color: rgb(222,194,12); }
td.TdClassName
{
border-color: #DEC20C;
}
.TagClassName
{
border-color: #DEC20C;
}
</style>