Shades of Sunflower #DEC121
Tints of Sunflower #DEC121
RGB
CMYK
RGB Variations
Color information
#DEC121 (or 0xDEC121) is known color: Sunflower. HEX triplet: DE, C1 and 21. RGB value is (222,193,33). Sum of RGB (Red+Green+Blue) = 222+193+33=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC121 is #213EDE. Grayscale: #B8B8B8. Windows color (decimal): -2178783 or 2212318. OLE color: 2212318.
HSL color Cylindrical-coordinate representation of color #DEC121: hue angle of 50.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEC121 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 33 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.13 |
| HSL | 50.79º | 0.74% | 0.5% | - |
| HSV(B) | 50.79º | 0.85% | 0.87% | - |
| XYZ | 49.47 | 53.78 | 9.21 | - |
| YUV | 183.43 | 43.11 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 33 | 0 | 0.13 | 0.85 | 0.13 | 50.79 | 0.74 | 0.5 |
| Hex | DE | C1 | 21 | 0 | D | 55 | D | 33 | 4A | 32 |
| Octal | 336 | 301 | 41 | 0 | 15 | 125 | 15 | 63 | 112 | 62 |
| Binary | 11011110 | 11000001 | 100001 | 0 | 1101 | 1010101 | 1101 | 110011 | 1001010 | 110010 |
Color Harmonies of #DEC121
Complementary color
Monochromatic Colors of #DEC121
Black with #DEC121
Text Example
Text Example
White with #DEC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC121; }
p { color: rgb(222,193,33); }
H1.HeaderClassName
{
color: #DEC121;
}
.AnyTagClassName
{
color: #DEC121;
}
</style>
background-color css
<style>
a { background-color: #DEC121; }
a { background-color: rgb(222,193,33); }
div.DivClassName
{
background-color: #DEC121;
}
.BgClassName
{
background-color: #DEC121;
}
</style>
border-color css
<style>
span { border-color: #DEC121; }
span { border-color: rgb(222,193,33); }
td.TdClassName
{
border-color: #DEC121;
}
.TagClassName
{
border-color: #DEC121;
}
</style>