Shades of Sunflower #DEC10A
Tints of Sunflower #DEC10A
RGB
CMYK
RGB Variations
Color information
#DEC10A (or 0xDEC10A) is known color: Sunflower. HEX triplet: DE, C1 and 0A. RGB value is (222,193,10). Sum of RGB (Red+Green+Blue) = 222+193+10=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC10A is #213EF5. Grayscale: #B5B5B5. Windows color (decimal): -2178806 or 704990. OLE color: 704990.
HSL color Cylindrical-coordinate representation of color #DEC10A: hue angle of 51.79º 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 #DEC10A is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 10 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.13 |
| HSL | 51.79º | 0.91% | 0.45% | - |
| HSV(B) | 51.79º | 0.95% | 0.87% | - |
| XYZ | 49.25 | 53.69 | 8.05 | - |
| YUV | 180.81 | 31.61 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 10 | 0 | 0.13 | 0.95 | 0.13 | 51.79 | 0.91 | 0.45 |
| Hex | DE | C1 | A | 0 | D | 5F | D | 34 | 5B | 2D |
| Octal | 336 | 301 | 12 | 0 | 15 | 137 | 15 | 64 | 133 | 55 |
| Binary | 11011110 | 11000001 | 1010 | 0 | 1101 | 1011111 | 1101 | 110100 | 1011011 | 101101 |
Color Harmonies of #DEC10A
Complementary color
Monochromatic Colors of #DEC10A
Black with #DEC10A
Text Example
Text Example
White with #DEC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC10A; }
p { color: rgb(222,193,10); }
H1.HeaderClassName
{
color: #DEC10A;
}
.AnyTagClassName
{
color: #DEC10A;
}
</style>
background-color css
<style>
a { background-color: #DEC10A; }
a { background-color: rgb(222,193,10); }
div.DivClassName
{
background-color: #DEC10A;
}
.BgClassName
{
background-color: #DEC10A;
}
</style>
border-color css
<style>
span { border-color: #DEC10A; }
span { border-color: rgb(222,193,10); }
td.TdClassName
{
border-color: #DEC10A;
}
.TagClassName
{
border-color: #DEC10A;
}
</style>