Shades of Sunflower #DEC807
Tints of Sunflower #DEC807
RGB
CMYK
RGB Variations
Color information
#DEC807 (or 0xDEC807) is known color: Sunflower. HEX triplet: DE, C8 and 07. RGB value is (222,200,7). Sum of RGB (Red+Green+Blue) = 222+200+7=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC807 is #2137F8. Grayscale: #B9B9B9. Windows color (decimal): -2177017 or 510174. OLE color: 510174.
HSL color Cylindrical-coordinate representation of color #DEC807: hue angle of 53.86º 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 #DEC807 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.13 |
| HSL | 53.86º | 0.94% | 0.45% | - |
| HSV(B) | 53.86º | 0.97% | 0.87% | - |
| XYZ | 50.82 | 56.85 | 8.5 | - |
| YUV | 184.58 | 27.79 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 7 | 0 | 0.10 | 0.97 | 0.13 | 53.86 | 0.94 | 0.45 |
| Hex | DE | C8 | 7 | 0 | A | 61 | D | 36 | 5E | 2D |
| Octal | 336 | 310 | 7 | 0 | 12 | 141 | 15 | 66 | 136 | 55 |
| Binary | 11011110 | 11001000 | 111 | 0 | 1010 | 1100001 | 1101 | 110110 | 1011110 | 101101 |
Color Harmonies of #DEC807
Complementary color
Monochromatic Colors of #DEC807
Black with #DEC807
Text Example
Text Example
White with #DEC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC807; }
p { color: rgb(222,200,7); }
H1.HeaderClassName
{
color: #DEC807;
}
.AnyTagClassName
{
color: #DEC807;
}
</style>
background-color css
<style>
a { background-color: #DEC807; }
a { background-color: rgb(222,200,7); }
div.DivClassName
{
background-color: #DEC807;
}
.BgClassName
{
background-color: #DEC807;
}
</style>
border-color css
<style>
span { border-color: #DEC807; }
span { border-color: rgb(222,200,7); }
td.TdClassName
{
border-color: #DEC807;
}
.TagClassName
{
border-color: #DEC807;
}
</style>