Shades of Sunflower #DEC71D
Tints of Sunflower #DEC71D
RGB
CMYK
RGB Variations
Color information
#DEC71D (or 0xDEC71D) is known color: Sunflower. HEX triplet: DE, C7 and 1D. RGB value is (222,199,29). Sum of RGB (Red+Green+Blue) = 222+199+29=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC71D is #2138E2. Grayscale: #BBBBBB. Windows color (decimal): -2177251 or 1951710. OLE color: 1951710.
HSL color Cylindrical-coordinate representation of color #DEC71D: hue angle of 52.85º 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 #DEC71D is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 29 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.13 |
| HSL | 52.85º | 0.77% | 0.49% | - |
| HSV(B) | 52.85º | 0.87% | 0.87% | - |
| XYZ | 50.77 | 56.47 | 9.39 | - |
| YUV | 186.5 | 39.12 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 29 | 0 | 0.10 | 0.87 | 0.13 | 52.85 | 0.77 | 0.49 |
| Hex | DE | C7 | 1D | 0 | A | 57 | D | 35 | 4D | 31 |
| Octal | 336 | 307 | 35 | 0 | 12 | 127 | 15 | 65 | 115 | 61 |
| Binary | 11011110 | 11000111 | 11101 | 0 | 1010 | 1010111 | 1101 | 110101 | 1001101 | 110001 |
Color Harmonies of #DEC71D
Complementary color
Monochromatic Colors of #DEC71D
Black with #DEC71D
Text Example
Text Example
White with #DEC71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC71D; }
p { color: rgb(222,199,29); }
H1.HeaderClassName
{
color: #DEC71D;
}
.AnyTagClassName
{
color: #DEC71D;
}
</style>
background-color css
<style>
a { background-color: #DEC71D; }
a { background-color: rgb(222,199,29); }
div.DivClassName
{
background-color: #DEC71D;
}
.BgClassName
{
background-color: #DEC71D;
}
</style>
border-color css
<style>
span { border-color: #DEC71D; }
span { border-color: rgb(222,199,29); }
td.TdClassName
{
border-color: #DEC71D;
}
.TagClassName
{
border-color: #DEC71D;
}
</style>