Shades of Sunflower #DEC800
Tints of Sunflower #DEC800
RGB
CMYK
RGB Variations
Color information
#DEC800 (or 0xDEC800) is known color: Sunflower. HEX triplet: DE, C8 and 00. RGB value is (222,200,0). Sum of RGB (Red+Green+Blue) = 222+200+0=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC800 is #2137FF. Grayscale: #B8B8B8. Windows color (decimal): -2177024 or 51422. OLE color: 51422.
HSL color Cylindrical-coordinate representation of color #DEC800: hue angle of 54.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEC800 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.13 |
| HSL | 54.05º | 1% | 0.44% | - |
| HSV(B) | 54.05º | 1% | 0.87% | - |
| XYZ | 50.78 | 56.84 | 8.29 | - |
| YUV | 183.78 | 24.29 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 0 | 0 | 0.10 | 1 | 0.13 | 54.05 | 1 | 0.44 |
| Hex | DE | C8 | 0 | 0 | A | 64 | D | 36 | 64 | 2C |
| Octal | 336 | 310 | 0 | 0 | 12 | 144 | 15 | 66 | 144 | 54 |
| Binary | 11011110 | 11001000 | 0 | 0 | 1010 | 1100100 | 1101 | 110110 | 1100100 | 101100 |
Color Harmonies of #DEC800
Complementary color
Monochromatic Colors of #DEC800
Black with #DEC800
Text Example
Text Example
White with #DEC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC800; }
p { color: rgb(222,200,0); }
H1.HeaderClassName
{
color: #DEC800;
}
.AnyTagClassName
{
color: #DEC800;
}
</style>
background-color css
<style>
a { background-color: #DEC800; }
a { background-color: rgb(222,200,0); }
div.DivClassName
{
background-color: #DEC800;
}
.BgClassName
{
background-color: #DEC800;
}
</style>
border-color css
<style>
span { border-color: #DEC800; }
span { border-color: rgb(222,200,0); }
td.TdClassName
{
border-color: #DEC800;
}
.TagClassName
{
border-color: #DEC800;
}
</style>