Shades of Sunflower #DEC81C
Tints of Sunflower #DEC81C
RGB
CMYK
RGB Variations
Color information
#DEC81C (or 0xDEC81C) is known color: Sunflower. HEX triplet: DE, C8 and 1C. RGB value is (222,200,28). Sum of RGB (Red+Green+Blue) = 222+200+28=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC81C is #2137E3. Grayscale: #BBBBBB. Windows color (decimal): -2176996 or 1886430. OLE color: 1886430.
HSL color Cylindrical-coordinate representation of color #DEC81C: hue angle of 53.2º 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 #DEC81C is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 28 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.13 |
| HSL | 53.2º | 0.78% | 0.49% | - |
| HSV(B) | 53.2º | 0.87% | 0.87% | - |
| XYZ | 50.99 | 56.92 | 9.4 | - |
| YUV | 186.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 28 | 0 | 0.10 | 0.87 | 0.13 | 53.2 | 0.78 | 0.49 |
| Hex | DE | C8 | 1C | 0 | A | 57 | D | 35 | 4E | 31 |
| Octal | 336 | 310 | 34 | 0 | 12 | 127 | 15 | 65 | 116 | 61 |
| Binary | 11011110 | 11001000 | 11100 | 0 | 1010 | 1010111 | 1101 | 110101 | 1001110 | 110001 |
Color Harmonies of #DEC81C
Complementary color
Monochromatic Colors of #DEC81C
Black with #DEC81C
Text Example
Text Example
White with #DEC81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC81C; }
p { color: rgb(222,200,28); }
H1.HeaderClassName
{
color: #DEC81C;
}
.AnyTagClassName
{
color: #DEC81C;
}
</style>
background-color css
<style>
a { background-color: #DEC81C; }
a { background-color: rgb(222,200,28); }
div.DivClassName
{
background-color: #DEC81C;
}
.BgClassName
{
background-color: #DEC81C;
}
</style>
border-color css
<style>
span { border-color: #DEC81C; }
span { border-color: rgb(222,200,28); }
td.TdClassName
{
border-color: #DEC81C;
}
.TagClassName
{
border-color: #DEC81C;
}
</style>