Shades of Sunflower #DEC607
Tints of Sunflower #DEC607
RGB
CMYK
RGB Variations
Color information
#DEC607 (or 0xDEC607) is known color: Sunflower. HEX triplet: DE, C6 and 07. RGB value is (222,198,7). Sum of RGB (Red+Green+Blue) = 222+198+7=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC607 is #2139F8. Grayscale: #B8B8B8. Windows color (decimal): -2177529 or 509662. OLE color: 509662.
HSL color Cylindrical-coordinate representation of color #DEC607: hue angle of 53.3º 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 #DEC607 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.13 |
| HSL | 53.3º | 0.94% | 0.45% | - |
| HSV(B) | 53.3º | 0.97% | 0.87% | - |
| XYZ | 50.36 | 55.93 | 8.34 | - |
| YUV | 183.4 | 28.45 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 7 | 0 | 0.11 | 0.97 | 0.13 | 53.3 | 0.94 | 0.45 |
| Hex | DE | C6 | 7 | 0 | B | 61 | D | 35 | 5E | 2D |
| Octal | 336 | 306 | 7 | 0 | 13 | 141 | 15 | 65 | 136 | 55 |
| Binary | 11011110 | 11000110 | 111 | 0 | 1011 | 1100001 | 1101 | 110101 | 1011110 | 101101 |
Color Harmonies of #DEC607
Complementary color
Monochromatic Colors of #DEC607
Black with #DEC607
Text Example
Text Example
White with #DEC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC607; }
p { color: rgb(222,198,7); }
H1.HeaderClassName
{
color: #DEC607;
}
.AnyTagClassName
{
color: #DEC607;
}
</style>
background-color css
<style>
a { background-color: #DEC607; }
a { background-color: rgb(222,198,7); }
div.DivClassName
{
background-color: #DEC607;
}
.BgClassName
{
background-color: #DEC607;
}
</style>
border-color css
<style>
span { border-color: #DEC607; }
span { border-color: rgb(222,198,7); }
td.TdClassName
{
border-color: #DEC607;
}
.TagClassName
{
border-color: #DEC607;
}
</style>