Shades of Sunflower #DEC01C
Tints of Sunflower #DEC01C
RGB
CMYK
RGB Variations
Color information
#DEC01C (or 0xDEC01C) is known color: Sunflower. HEX triplet: DE, C0 and 1C. RGB value is (222,192,28). Sum of RGB (Red+Green+Blue) = 222+192+28=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC01C is #213FE3. Grayscale: #B6B6B6. Windows color (decimal): -2179044 or 1884382. OLE color: 1884382.
HSL color Cylindrical-coordinate representation of color #DEC01C: hue angle of 50.72º 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 #DEC01C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 28 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.13 |
| HSL | 50.72º | 0.78% | 0.49% | - |
| HSV(B) | 50.72º | 0.87% | 0.87% | - |
| XYZ | 49.18 | 53.31 | 8.8 | - |
| YUV | 182.27 | 40.94 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 28 | 0 | 0.14 | 0.87 | 0.13 | 50.72 | 0.78 | 0.49 |
| Hex | DE | C0 | 1C | 0 | E | 57 | D | 33 | 4E | 31 |
| Octal | 336 | 300 | 34 | 0 | 16 | 127 | 15 | 63 | 116 | 61 |
| Binary | 11011110 | 11000000 | 11100 | 0 | 1110 | 1010111 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DEC01C
Complementary color
Monochromatic Colors of #DEC01C
Black with #DEC01C
Text Example
Text Example
White with #DEC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC01C; }
p { color: rgb(222,192,28); }
H1.HeaderClassName
{
color: #DEC01C;
}
.AnyTagClassName
{
color: #DEC01C;
}
</style>
background-color css
<style>
a { background-color: #DEC01C; }
a { background-color: rgb(222,192,28); }
div.DivClassName
{
background-color: #DEC01C;
}
.BgClassName
{
background-color: #DEC01C;
}
</style>
border-color css
<style>
span { border-color: #DEC01C; }
span { border-color: rgb(222,192,28); }
td.TdClassName
{
border-color: #DEC01C;
}
.TagClassName
{
border-color: #DEC01C;
}
</style>