Shades of Sunflower #DEC11F
Tints of Sunflower #DEC11F
RGB
CMYK
RGB Variations
Color information
#DEC11F (or 0xDEC11F) is known color: Sunflower. HEX triplet: DE, C1 and 1F. RGB value is (222,193,31). Sum of RGB (Red+Green+Blue) = 222+193+31=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC11F is #213EE0. Grayscale: #B7B7B7. Windows color (decimal): -2178785 or 2081246. OLE color: 2081246.
HSL color Cylindrical-coordinate representation of color #DEC11F: hue angle of 50.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC11F is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 31 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.13 |
| HSL | 50.89º | 0.75% | 0.5% | - |
| HSV(B) | 50.89º | 0.86% | 0.87% | - |
| XYZ | 49.44 | 53.77 | 9.07 | - |
| YUV | 183.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 31 | 0 | 0.13 | 0.86 | 0.13 | 50.89 | 0.75 | 0.5 |
| Hex | DE | C1 | 1F | 0 | D | 56 | D | 33 | 4B | 32 |
| Octal | 336 | 301 | 37 | 0 | 15 | 126 | 15 | 63 | 113 | 62 |
| Binary | 11011110 | 11000001 | 11111 | 0 | 1101 | 1010110 | 1101 | 110011 | 1001011 | 110010 |
Color Harmonies of #DEC11F
Complementary color
Monochromatic Colors of #DEC11F
Black with #DEC11F
Text Example
Text Example
White with #DEC11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC11F; }
p { color: rgb(222,193,31); }
H1.HeaderClassName
{
color: #DEC11F;
}
.AnyTagClassName
{
color: #DEC11F;
}
</style>
background-color css
<style>
a { background-color: #DEC11F; }
a { background-color: rgb(222,193,31); }
div.DivClassName
{
background-color: #DEC11F;
}
.BgClassName
{
background-color: #DEC11F;
}
</style>
border-color css
<style>
span { border-color: #DEC11F; }
span { border-color: rgb(222,193,31); }
td.TdClassName
{
border-color: #DEC11F;
}
.TagClassName
{
border-color: #DEC11F;
}
</style>