Shades of Sunflower #DEC11A
Tints of Sunflower #DEC11A
RGB
CMYK
RGB Variations
Color information
#DEC11A (or 0xDEC11A) is known color: Sunflower. HEX triplet: DE, C1 and 1A. RGB value is (222,193,26). Sum of RGB (Red+Green+Blue) = 222+193+26=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC11A is #213EE5. Grayscale: #B7B7B7. Windows color (decimal): -2178790 or 1753566. OLE color: 1753566.
HSL color Cylindrical-coordinate representation of color #DEC11A: hue angle of 51.12º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEC11A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 26 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.13 |
| HSL | 51.12º | 0.79% | 0.49% | - |
| HSV(B) | 51.12º | 0.88% | 0.87% | - |
| XYZ | 49.38 | 53.74 | 8.75 | - |
| YUV | 182.63 | 39.61 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 26 | 0 | 0.13 | 0.88 | 0.13 | 51.12 | 0.79 | 0.49 |
| Hex | DE | C1 | 1A | 0 | D | 58 | D | 33 | 4F | 31 |
| Octal | 336 | 301 | 32 | 0 | 15 | 130 | 15 | 63 | 117 | 61 |
| Binary | 11011110 | 11000001 | 11010 | 0 | 1101 | 1011000 | 1101 | 110011 | 1001111 | 110001 |
Color Harmonies of #DEC11A
Complementary color
Monochromatic Colors of #DEC11A
Black with #DEC11A
Text Example
Text Example
White with #DEC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC11A; }
p { color: rgb(222,193,26); }
H1.HeaderClassName
{
color: #DEC11A;
}
.AnyTagClassName
{
color: #DEC11A;
}
</style>
background-color css
<style>
a { background-color: #DEC11A; }
a { background-color: rgb(222,193,26); }
div.DivClassName
{
background-color: #DEC11A;
}
.BgClassName
{
background-color: #DEC11A;
}
</style>
border-color css
<style>
span { border-color: #DEC11A; }
span { border-color: rgb(222,193,26); }
td.TdClassName
{
border-color: #DEC11A;
}
.TagClassName
{
border-color: #DEC11A;
}
</style>