Shades of Sunflower #DEC200
Tints of Sunflower #DEC200
RGB
CMYK
RGB Variations
Color information
#DEC200 (or 0xDEC200) is known color: Sunflower. HEX triplet: DE, C2 and 00. RGB value is (222,194,0). Sum of RGB (Red+Green+Blue) = 222+194+0=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC200 is #213DFF. Grayscale: #B5B5B5. Windows color (decimal): -2178560 or 49886. OLE color: 49886.
HSL color Cylindrical-coordinate representation of color #DEC200: hue angle of 52.43º 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 #DEC200 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.13 |
| HSL | 52.43º | 1% | 0.44% | - |
| HSV(B) | 52.43º | 1% | 0.87% | - |
| XYZ | 49.42 | 54.11 | 7.84 | - |
| YUV | 180.26 | 26.28 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 0 | 0 | 0.13 | 1 | 0.13 | 52.43 | 1 | 0.44 |
| Hex | DE | C2 | 0 | 0 | D | 64 | D | 34 | 64 | 2C |
| Octal | 336 | 302 | 0 | 0 | 15 | 144 | 15 | 64 | 144 | 54 |
| Binary | 11011110 | 11000010 | 0 | 0 | 1101 | 1100100 | 1101 | 110100 | 1100100 | 101100 |
Color Harmonies of #DEC200
Complementary color
Monochromatic Colors of #DEC200
Black with #DEC200
Text Example
Text Example
White with #DEC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC200; }
p { color: rgb(222,194,0); }
H1.HeaderClassName
{
color: #DEC200;
}
.AnyTagClassName
{
color: #DEC200;
}
</style>
background-color css
<style>
a { background-color: #DEC200; }
a { background-color: rgb(222,194,0); }
div.DivClassName
{
background-color: #DEC200;
}
.BgClassName
{
background-color: #DEC200;
}
</style>
border-color css
<style>
span { border-color: #DEC200; }
span { border-color: rgb(222,194,0); }
td.TdClassName
{
border-color: #DEC200;
}
.TagClassName
{
border-color: #DEC200;
}
</style>