Shades of Sunflower #DEC30A
Tints of Sunflower #DEC30A
RGB
CMYK
RGB Variations
Color information
#DEC30A (or 0xDEC30A) is known color: Sunflower. HEX triplet: DE, C3 and 0A. RGB value is (222,195,10). Sum of RGB (Red+Green+Blue) = 222+195+10=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC30A is #213CF5. Grayscale: #B6B6B6. Windows color (decimal): -2178294 or 705502. OLE color: 705502.
HSL color Cylindrical-coordinate representation of color #DEC30A: hue angle of 52.36º 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 #DEC30A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 10 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.13 |
| HSL | 52.36º | 0.91% | 0.45% | - |
| HSV(B) | 52.36º | 0.95% | 0.87% | - |
| XYZ | 49.69 | 54.58 | 8.2 | - |
| YUV | 181.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 10 | 0 | 0.12 | 0.95 | 0.13 | 52.36 | 0.91 | 0.45 |
| Hex | DE | C3 | A | 0 | C | 5F | D | 34 | 5B | 2D |
| Octal | 336 | 303 | 12 | 0 | 14 | 137 | 15 | 64 | 133 | 55 |
| Binary | 11011110 | 11000011 | 1010 | 0 | 1100 | 1011111 | 1101 | 110100 | 1011011 | 101101 |
Color Harmonies of #DEC30A
Complementary color
Monochromatic Colors of #DEC30A
Black with #DEC30A
Text Example
Text Example
White with #DEC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC30A; }
p { color: rgb(222,195,10); }
H1.HeaderClassName
{
color: #DEC30A;
}
.AnyTagClassName
{
color: #DEC30A;
}
</style>
background-color css
<style>
a { background-color: #DEC30A; }
a { background-color: rgb(222,195,10); }
div.DivClassName
{
background-color: #DEC30A;
}
.BgClassName
{
background-color: #DEC30A;
}
</style>
border-color css
<style>
span { border-color: #DEC30A; }
span { border-color: rgb(222,195,10); }
td.TdClassName
{
border-color: #DEC30A;
}
.TagClassName
{
border-color: #DEC30A;
}
</style>