Shades of Sunflower #DEC61D
Tints of Sunflower #DEC61D
RGB
CMYK
RGB Variations
Color information
#DEC61D (or 0xDEC61D) is known color: Sunflower. HEX triplet: DE, C6 and 1D. RGB value is (222,198,29). Sum of RGB (Red+Green+Blue) = 222+198+29=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC61D is #2139E2. Grayscale: #BABABA. Windows color (decimal): -2177507 or 1951454. OLE color: 1951454.
HSL color Cylindrical-coordinate representation of color #DEC61D: hue angle of 52.54º degrees, saturation: 0.77, 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 #DEC61D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 29 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.13 |
| HSL | 52.54º | 0.77% | 0.49% | - |
| HSV(B) | 52.54º | 0.87% | 0.87% | - |
| XYZ | 50.54 | 56.01 | 9.31 | - |
| YUV | 185.91 | 39.45 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 29 | 0 | 0.11 | 0.87 | 0.13 | 52.54 | 0.77 | 0.49 |
| Hex | DE | C6 | 1D | 0 | B | 57 | D | 35 | 4D | 31 |
| Octal | 336 | 306 | 35 | 0 | 13 | 127 | 15 | 65 | 115 | 61 |
| Binary | 11011110 | 11000110 | 11101 | 0 | 1011 | 1010111 | 1101 | 110101 | 1001101 | 110001 |
Color Harmonies of #DEC61D
Complementary color
Monochromatic Colors of #DEC61D
Black with #DEC61D
Text Example
Text Example
White with #DEC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC61D; }
p { color: rgb(222,198,29); }
H1.HeaderClassName
{
color: #DEC61D;
}
.AnyTagClassName
{
color: #DEC61D;
}
</style>
background-color css
<style>
a { background-color: #DEC61D; }
a { background-color: rgb(222,198,29); }
div.DivClassName
{
background-color: #DEC61D;
}
.BgClassName
{
background-color: #DEC61D;
}
</style>
border-color css
<style>
span { border-color: #DEC61D; }
span { border-color: rgb(222,198,29); }
td.TdClassName
{
border-color: #DEC61D;
}
.TagClassName
{
border-color: #DEC61D;
}
</style>