Shades of Sunflower #DEC11C
Tints of Sunflower #DEC11C
RGB
CMYK
RGB Variations
Color information
#DEC11C (or 0xDEC11C) is known color: Sunflower. HEX triplet: DE, C1 and 1C. RGB value is (222,193,28). Sum of RGB (Red+Green+Blue) = 222+193+28=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC11C is #213EE3. Grayscale: #B7B7B7. Windows color (decimal): -2178788 or 1884638. OLE color: 1884638.
HSL color Cylindrical-coordinate representation of color #DEC11C: hue angle of 51.03º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEC11C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 51.03º | 0.78% | 0.49% | - |
| HSV(B) | 51.03º | 0.87% | 0.87% | - |
| XYZ | 49.4 | 53.75 | 8.87 | - |
| YUV | 182.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 28 | 0 | 0.13 | 0.87 | 0.13 | 51.03 | 0.78 | 0.49 |
| Hex | DE | C1 | 1C | 0 | D | 57 | D | 33 | 4E | 31 |
| Octal | 336 | 301 | 34 | 0 | 15 | 127 | 15 | 63 | 116 | 61 |
| Binary | 11011110 | 11000001 | 11100 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DEC11C
Complementary color
Monochromatic Colors of #DEC11C
Black with #DEC11C
Text Example
Text Example
White with #DEC11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC11C; }
p { color: rgb(222,193,28); }
H1.HeaderClassName
{
color: #DEC11C;
}
.AnyTagClassName
{
color: #DEC11C;
}
</style>
background-color css
<style>
a { background-color: #DEC11C; }
a { background-color: rgb(222,193,28); }
div.DivClassName
{
background-color: #DEC11C;
}
.BgClassName
{
background-color: #DEC11C;
}
</style>
border-color css
<style>
span { border-color: #DEC11C; }
span { border-color: rgb(222,193,28); }
td.TdClassName
{
border-color: #DEC11C;
}
.TagClassName
{
border-color: #DEC11C;
}
</style>