Shades of Sunflower #DECC07
Tints of Sunflower #DECC07
RGB
CMYK
RGB Variations
Color information
#DECC07 (or 0xDECC07) is known color: Sunflower. HEX triplet: DE, CC and 07. RGB value is (222,204,7). Sum of RGB (Red+Green+Blue) = 222+204+7=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC07 is #2133F8. Grayscale: #BBBBBB. Windows color (decimal): -2175993 or 511198. OLE color: 511198.
HSL color Cylindrical-coordinate representation of color #DECC07: hue angle of 54.98º 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 #DECC07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.13 |
| HSL | 54.98º | 0.94% | 0.45% | - |
| HSV(B) | 54.98º | 0.97% | 0.87% | - |
| XYZ | 51.76 | 58.73 | 8.81 | - |
| YUV | 186.92 | 26.46 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 7 | 0 | 0.08 | 0.97 | 0.13 | 54.98 | 0.94 | 0.45 |
| Hex | DE | CC | 7 | 0 | 8 | 61 | D | 37 | 5E | 2D |
| Octal | 336 | 314 | 7 | 0 | 10 | 141 | 15 | 67 | 136 | 55 |
| Binary | 11011110 | 11001100 | 111 | 0 | 1000 | 1100001 | 1101 | 110111 | 1011110 | 101101 |
Color Harmonies of #DECC07
Complementary color
Monochromatic Colors of #DECC07
Black with #DECC07
Text Example
Text Example
White with #DECC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC07; }
p { color: rgb(222,204,7); }
H1.HeaderClassName
{
color: #DECC07;
}
.AnyTagClassName
{
color: #DECC07;
}
</style>
background-color css
<style>
a { background-color: #DECC07; }
a { background-color: rgb(222,204,7); }
div.DivClassName
{
background-color: #DECC07;
}
.BgClassName
{
background-color: #DECC07;
}
</style>
border-color css
<style>
span { border-color: #DECC07; }
span { border-color: rgb(222,204,7); }
td.TdClassName
{
border-color: #DECC07;
}
.TagClassName
{
border-color: #DECC07;
}
</style>