Shades of Sunflower #DEC711
Tints of Sunflower #DEC711
RGB
CMYK
RGB Variations
Color information
#DEC711 (or 0xDEC711) is known color: Sunflower. HEX triplet: DE, C7 and 11. RGB value is (222,199,17). Sum of RGB (Red+Green+Blue) = 222+199+17=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC711 is #2138EE. Grayscale: #B9B9B9. Windows color (decimal): -2177263 or 1165278. OLE color: 1165278.
HSL color Cylindrical-coordinate representation of color #DEC711: hue angle of 53.27º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEC711 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 17 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.13 |
| HSL | 53.27º | 0.86% | 0.47% | - |
| HSV(B) | 53.27º | 0.92% | 0.87% | - |
| XYZ | 50.65 | 56.42 | 8.75 | - |
| YUV | 185.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 17 | 0 | 0.10 | 0.92 | 0.13 | 53.27 | 0.86 | 0.47 |
| Hex | DE | C7 | 11 | 0 | A | 5C | D | 35 | 56 | 2F |
| Octal | 336 | 307 | 21 | 0 | 12 | 134 | 15 | 65 | 126 | 57 |
| Binary | 11011110 | 11000111 | 10001 | 0 | 1010 | 1011100 | 1101 | 110101 | 1010110 | 101111 |
Color Harmonies of #DEC711
Complementary color
Monochromatic Colors of #DEC711
Black with #DEC711
Text Example
Text Example
White with #DEC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC711; }
p { color: rgb(222,199,17); }
H1.HeaderClassName
{
color: #DEC711;
}
.AnyTagClassName
{
color: #DEC711;
}
</style>
background-color css
<style>
a { background-color: #DEC711; }
a { background-color: rgb(222,199,17); }
div.DivClassName
{
background-color: #DEC711;
}
.BgClassName
{
background-color: #DEC711;
}
</style>
border-color css
<style>
span { border-color: #DEC711; }
span { border-color: rgb(222,199,17); }
td.TdClassName
{
border-color: #DEC711;
}
.TagClassName
{
border-color: #DEC711;
}
</style>