Shades of Sunflower #DEC61A
Tints of Sunflower #DEC61A
RGB
CMYK
RGB Variations
Color information
#DEC61A (or 0xDEC61A) is known color: Sunflower. HEX triplet: DE, C6 and 1A. RGB value is (222,198,26). Sum of RGB (Red+Green+Blue) = 222+198+26=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC61A is #2139E5. Grayscale: #BABABA. Windows color (decimal): -2177510 or 1754846. OLE color: 1754846.
HSL color Cylindrical-coordinate representation of color #DEC61A: hue angle of 52.65º 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 #DEC61A is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 26 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.13 |
| HSL | 52.65º | 0.79% | 0.49% | - |
| HSV(B) | 52.65º | 0.88% | 0.87% | - |
| XYZ | 50.5 | 55.99 | 9.12 | - |
| YUV | 185.57 | 37.95 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 26 | 0 | 0.11 | 0.88 | 0.13 | 52.65 | 0.79 | 0.49 |
| Hex | DE | C6 | 1A | 0 | B | 58 | D | 35 | 4F | 31 |
| Octal | 336 | 306 | 32 | 0 | 13 | 130 | 15 | 65 | 117 | 61 |
| Binary | 11011110 | 11000110 | 11010 | 0 | 1011 | 1011000 | 1101 | 110101 | 1001111 | 110001 |
Color Harmonies of #DEC61A
Complementary color
Monochromatic Colors of #DEC61A
Black with #DEC61A
Text Example
Text Example
White with #DEC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC61A; }
p { color: rgb(222,198,26); }
H1.HeaderClassName
{
color: #DEC61A;
}
.AnyTagClassName
{
color: #DEC61A;
}
</style>
background-color css
<style>
a { background-color: #DEC61A; }
a { background-color: rgb(222,198,26); }
div.DivClassName
{
background-color: #DEC61A;
}
.BgClassName
{
background-color: #DEC61A;
}
</style>
border-color css
<style>
span { border-color: #DEC61A; }
span { border-color: rgb(222,198,26); }
td.TdClassName
{
border-color: #DEC61A;
}
.TagClassName
{
border-color: #DEC61A;
}
</style>