Shades of Sunflower #DEC00D
Tints of Sunflower #DEC00D
RGB
CMYK
RGB Variations
Color information
#DEC00D (or 0xDEC00D) is known color: Sunflower. HEX triplet: DE, C0 and 0D. RGB value is (222,192,13). Sum of RGB (Red+Green+Blue) = 222+192+13=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC00D is #213FF2. Grayscale: #B5B5B5. Windows color (decimal): -2179059 or 901342. OLE color: 901342.
HSL color Cylindrical-coordinate representation of color #DEC00D: hue angle of 51.39º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEC00D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.13 |
| HSL | 51.39º | 0.89% | 0.46% | - |
| HSV(B) | 51.39º | 0.94% | 0.87% | - |
| XYZ | 49.05 | 53.26 | 8.08 | - |
| YUV | 180.56 | 33.44 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 13 | 0 | 0.14 | 0.94 | 0.13 | 51.39 | 0.89 | 0.46 |
| Hex | DE | C0 | D | 0 | E | 5E | D | 33 | 59 | 2E |
| Octal | 336 | 300 | 15 | 0 | 16 | 136 | 15 | 63 | 131 | 56 |
| Binary | 11011110 | 11000000 | 1101 | 0 | 1110 | 1011110 | 1101 | 110011 | 1011001 | 101110 |
Color Harmonies of #DEC00D
Complementary color
Monochromatic Colors of #DEC00D
Black with #DEC00D
Text Example
Text Example
White with #DEC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC00D; }
p { color: rgb(222,192,13); }
H1.HeaderClassName
{
color: #DEC00D;
}
.AnyTagClassName
{
color: #DEC00D;
}
</style>
background-color css
<style>
a { background-color: #DEC00D; }
a { background-color: rgb(222,192,13); }
div.DivClassName
{
background-color: #DEC00D;
}
.BgClassName
{
background-color: #DEC00D;
}
</style>
border-color css
<style>
span { border-color: #DEC00D; }
span { border-color: rgb(222,192,13); }
td.TdClassName
{
border-color: #DEC00D;
}
.TagClassName
{
border-color: #DEC00D;
}
</style>