Shades of Sunflower #DEC01A
Tints of Sunflower #DEC01A
RGB
CMYK
RGB Variations
Color information
#DEC01A (or 0xDEC01A) is known color: Sunflower. HEX triplet: DE, C0 and 1A. RGB value is (222,192,26). Sum of RGB (Red+Green+Blue) = 222+192+26=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC01A is #213FE5. Grayscale: #B6B6B6. Windows color (decimal): -2179046 or 1753310. OLE color: 1753310.
HSL color Cylindrical-coordinate representation of color #DEC01A: hue angle of 50.82º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEC01A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 26 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.13 |
| HSL | 50.82º | 0.79% | 0.49% | - |
| HSV(B) | 50.82º | 0.88% | 0.87% | - |
| XYZ | 49.16 | 53.3 | 8.67 | - |
| YUV | 182.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 26 | 0 | 0.14 | 0.88 | 0.13 | 50.82 | 0.79 | 0.49 |
| Hex | DE | C0 | 1A | 0 | E | 58 | D | 33 | 4F | 31 |
| Octal | 336 | 300 | 32 | 0 | 16 | 130 | 15 | 63 | 117 | 61 |
| Binary | 11011110 | 11000000 | 11010 | 0 | 1110 | 1011000 | 1101 | 110011 | 1001111 | 110001 |
Color Harmonies of #DEC01A
Complementary color
Monochromatic Colors of #DEC01A
Black with #DEC01A
Text Example
Text Example
White with #DEC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC01A; }
p { color: rgb(222,192,26); }
H1.HeaderClassName
{
color: #DEC01A;
}
.AnyTagClassName
{
color: #DEC01A;
}
</style>
background-color css
<style>
a { background-color: #DEC01A; }
a { background-color: rgb(222,192,26); }
div.DivClassName
{
background-color: #DEC01A;
}
.BgClassName
{
background-color: #DEC01A;
}
</style>
border-color css
<style>
span { border-color: #DEC01A; }
span { border-color: rgb(222,192,26); }
td.TdClassName
{
border-color: #DEC01A;
}
.TagClassName
{
border-color: #DEC01A;
}
</style>