Shades of Sunflower #DEC21C
Tints of Sunflower #DEC21C
RGB
CMYK
RGB Variations
Color information
#DEC21C (or 0xDEC21C) is known color: Sunflower. HEX triplet: DE, C2 and 1C. RGB value is (222,194,28). Sum of RGB (Red+Green+Blue) = 222+194+28=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC21C is #213DE3. Grayscale: #B8B8B8. Windows color (decimal): -2178532 or 1884894. OLE color: 1884894.
HSL color Cylindrical-coordinate representation of color #DEC21C: hue angle of 51.34º 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 #DEC21C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 51.34º | 0.78% | 0.49% | - |
| HSV(B) | 51.34º | 0.87% | 0.87% | - |
| XYZ | 49.63 | 54.2 | 8.94 | - |
| YUV | 183.45 | 40.28 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 28 | 0 | 0.13 | 0.87 | 0.13 | 51.34 | 0.78 | 0.49 |
| Hex | DE | C2 | 1C | 0 | D | 57 | D | 33 | 4E | 31 |
| Octal | 336 | 302 | 34 | 0 | 15 | 127 | 15 | 63 | 116 | 61 |
| Binary | 11011110 | 11000010 | 11100 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DEC21C
Complementary color
Monochromatic Colors of #DEC21C
Black with #DEC21C
Text Example
Text Example
White with #DEC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC21C; }
p { color: rgb(222,194,28); }
H1.HeaderClassName
{
color: #DEC21C;
}
.AnyTagClassName
{
color: #DEC21C;
}
</style>
background-color css
<style>
a { background-color: #DEC21C; }
a { background-color: rgb(222,194,28); }
div.DivClassName
{
background-color: #DEC21C;
}
.BgClassName
{
background-color: #DEC21C;
}
</style>
border-color css
<style>
span { border-color: #DEC21C; }
span { border-color: rgb(222,194,28); }
td.TdClassName
{
border-color: #DEC21C;
}
.TagClassName
{
border-color: #DEC21C;
}
</style>