Shades of Sunflower #DEC80A
Tints of Sunflower #DEC80A
RGB
CMYK
RGB Variations
Color information
#DEC80A (or 0xDEC80A) is known color: Sunflower. HEX triplet: DE, C8 and 0A. RGB value is (222,200,10). Sum of RGB (Red+Green+Blue) = 222+200+10=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC80A is #2137F5. Grayscale: #B9B9B9. Windows color (decimal): -2177014 or 706782. OLE color: 706782.
HSL color Cylindrical-coordinate representation of color #DEC80A: hue angle of 53.77º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEC80A is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 10 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.13 |
| HSL | 53.77º | 0.91% | 0.45% | - |
| HSV(B) | 53.77º | 0.95% | 0.87% | - |
| XYZ | 50.83 | 56.86 | 8.58 | - |
| YUV | 184.92 | 29.29 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 10 | 0 | 0.10 | 0.95 | 0.13 | 53.77 | 0.91 | 0.45 |
| Hex | DE | C8 | A | 0 | A | 5F | D | 36 | 5B | 2D |
| Octal | 336 | 310 | 12 | 0 | 12 | 137 | 15 | 66 | 133 | 55 |
| Binary | 11011110 | 11001000 | 1010 | 0 | 1010 | 1011111 | 1101 | 110110 | 1011011 | 101101 |
Color Harmonies of #DEC80A
Complementary color
Monochromatic Colors of #DEC80A
Black with #DEC80A
Text Example
Text Example
White with #DEC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC80A; }
p { color: rgb(222,200,10); }
H1.HeaderClassName
{
color: #DEC80A;
}
.AnyTagClassName
{
color: #DEC80A;
}
</style>
background-color css
<style>
a { background-color: #DEC80A; }
a { background-color: rgb(222,200,10); }
div.DivClassName
{
background-color: #DEC80A;
}
.BgClassName
{
background-color: #DEC80A;
}
</style>
border-color css
<style>
span { border-color: #DEC80A; }
span { border-color: rgb(222,200,10); }
td.TdClassName
{
border-color: #DEC80A;
}
.TagClassName
{
border-color: #DEC80A;
}
</style>