Shades of Sunflower #DECD07
Tints of Sunflower #DECD07
RGB
CMYK
RGB Variations
Color information
#DECD07 (or 0xDECD07) is known color: Sunflower. HEX triplet: DE, CD and 07. RGB value is (222,205,7). Sum of RGB (Red+Green+Blue) = 222+205+7=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD07 is #2132F8. Grayscale: #BCBCBC. Windows color (decimal): -2175737 or 511454. OLE color: 511454.
HSL color Cylindrical-coordinate representation of color #DECD07: hue angle of 55.26º 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 #DECD07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.13 |
| HSL | 55.26º | 0.94% | 0.45% | - |
| HSV(B) | 55.26º | 0.97% | 0.87% | - |
| XYZ | 51.99 | 59.21 | 8.89 | - |
| YUV | 187.51 | 26.13 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 7 | 0 | 0.08 | 0.97 | 0.13 | 55.26 | 0.94 | 0.45 |
| Hex | DE | CD | 7 | 0 | 8 | 61 | D | 37 | 5E | 2D |
| Octal | 336 | 315 | 7 | 0 | 10 | 141 | 15 | 67 | 136 | 55 |
| Binary | 11011110 | 11001101 | 111 | 0 | 1000 | 1100001 | 1101 | 110111 | 1011110 | 101101 |
Color Harmonies of #DECD07
Complementary color
Monochromatic Colors of #DECD07
Black with #DECD07
Text Example
Text Example
White with #DECD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD07; }
p { color: rgb(222,205,7); }
H1.HeaderClassName
{
color: #DECD07;
}
.AnyTagClassName
{
color: #DECD07;
}
</style>
background-color css
<style>
a { background-color: #DECD07; }
a { background-color: rgb(222,205,7); }
div.DivClassName
{
background-color: #DECD07;
}
.BgClassName
{
background-color: #DECD07;
}
</style>
border-color css
<style>
span { border-color: #DECD07; }
span { border-color: rgb(222,205,7); }
td.TdClassName
{
border-color: #DECD07;
}
.TagClassName
{
border-color: #DECD07;
}
</style>