Shades of Sunflower #DEC51C
Tints of Sunflower #DEC51C
RGB
CMYK
RGB Variations
Color information
#DEC51C (or 0xDEC51C) is known color: Sunflower. HEX triplet: DE, C5 and 1C. RGB value is (222,197,28). Sum of RGB (Red+Green+Blue) = 222+197+28=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC51C is #213AE3. Grayscale: #B9B9B9. Windows color (decimal): -2177764 or 1885662. OLE color: 1885662.
HSL color Cylindrical-coordinate representation of color #DEC51C: hue angle of 52.27º 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 #DEC51C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 28 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.13 |
| HSL | 52.27º | 0.78% | 0.49% | - |
| HSV(B) | 52.27º | 0.87% | 0.87% | - |
| XYZ | 50.3 | 55.55 | 9.17 | - |
| YUV | 185.21 | 39.28 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 28 | 0 | 0.11 | 0.87 | 0.13 | 52.27 | 0.78 | 0.49 |
| Hex | DE | C5 | 1C | 0 | B | 57 | D | 34 | 4E | 31 |
| Octal | 336 | 305 | 34 | 0 | 13 | 127 | 15 | 64 | 116 | 61 |
| Binary | 11011110 | 11000101 | 11100 | 0 | 1011 | 1010111 | 1101 | 110100 | 1001110 | 110001 |
Color Harmonies of #DEC51C
Complementary color
Monochromatic Colors of #DEC51C
Black with #DEC51C
Text Example
Text Example
White with #DEC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC51C; }
p { color: rgb(222,197,28); }
H1.HeaderClassName
{
color: #DEC51C;
}
.AnyTagClassName
{
color: #DEC51C;
}
</style>
background-color css
<style>
a { background-color: #DEC51C; }
a { background-color: rgb(222,197,28); }
div.DivClassName
{
background-color: #DEC51C;
}
.BgClassName
{
background-color: #DEC51C;
}
</style>
border-color css
<style>
span { border-color: #DEC51C; }
span { border-color: rgb(222,197,28); }
td.TdClassName
{
border-color: #DEC51C;
}
.TagClassName
{
border-color: #DEC51C;
}
</style>