Shades of Sunflower #DEC407
Tints of Sunflower #DEC407
RGB
CMYK
RGB Variations
Color information
#DEC407 (or 0xDEC407) is known color: Sunflower. HEX triplet: DE, C4 and 07. RGB value is (222,196,7). Sum of RGB (Red+Green+Blue) = 222+196+7=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC407 is #213BF8. Grayscale: #B7B7B7. Windows color (decimal): -2178041 or 509150. OLE color: 509150.
HSL color Cylindrical-coordinate representation of color #DEC407: hue angle of 52.74º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEC407 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.13 |
| HSL | 52.74º | 0.94% | 0.45% | - |
| HSV(B) | 52.74º | 0.97% | 0.87% | - |
| XYZ | 49.9 | 55.02 | 8.19 | - |
| YUV | 182.23 | 29.11 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 7 | 0 | 0.12 | 0.97 | 0.13 | 52.74 | 0.94 | 0.45 |
| Hex | DE | C4 | 7 | 0 | C | 61 | D | 35 | 5E | 2D |
| Octal | 336 | 304 | 7 | 0 | 14 | 141 | 15 | 65 | 136 | 55 |
| Binary | 11011110 | 11000100 | 111 | 0 | 1100 | 1100001 | 1101 | 110101 | 1011110 | 101101 |
Color Harmonies of #DEC407
Complementary color
Monochromatic Colors of #DEC407
Black with #DEC407
Text Example
Text Example
White with #DEC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC407; }
p { color: rgb(222,196,7); }
H1.HeaderClassName
{
color: #DEC407;
}
.AnyTagClassName
{
color: #DEC407;
}
</style>
background-color css
<style>
a { background-color: #DEC407; }
a { background-color: rgb(222,196,7); }
div.DivClassName
{
background-color: #DEC407;
}
.BgClassName
{
background-color: #DEC407;
}
</style>
border-color css
<style>
span { border-color: #DEC407; }
span { border-color: rgb(222,196,7); }
td.TdClassName
{
border-color: #DEC407;
}
.TagClassName
{
border-color: #DEC407;
}
</style>