Shades of Sunflower #DEC70B
Tints of Sunflower #DEC70B
RGB
CMYK
RGB Variations
Color information
#DEC70B (or 0xDEC70B) is known color: Sunflower. HEX triplet: DE, C7 and 0B. RGB value is (222,199,11). Sum of RGB (Red+Green+Blue) = 222+199+11=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC70B is #2138F4. Grayscale: #B9B9B9. Windows color (decimal): -2177269 or 772062. OLE color: 772062.
HSL color Cylindrical-coordinate representation of color #DEC70B: hue angle of 53.46º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEC70B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.13 |
| HSL | 53.46º | 0.91% | 0.46% | - |
| HSV(B) | 53.46º | 0.95% | 0.87% | - |
| XYZ | 50.61 | 56.4 | 8.54 | - |
| YUV | 184.45 | 30.12 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 11 | 0 | 0.10 | 0.95 | 0.13 | 53.46 | 0.91 | 0.46 |
| Hex | DE | C7 | B | 0 | A | 5F | D | 35 | 5B | 2E |
| Octal | 336 | 307 | 13 | 0 | 12 | 137 | 15 | 65 | 133 | 56 |
| Binary | 11011110 | 11000111 | 1011 | 0 | 1010 | 1011111 | 1101 | 110101 | 1011011 | 101110 |
Color Harmonies of #DEC70B
Complementary color
Monochromatic Colors of #DEC70B
Black with #DEC70B
Text Example
Text Example
White with #DEC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC70B; }
p { color: rgb(222,199,11); }
H1.HeaderClassName
{
color: #DEC70B;
}
.AnyTagClassName
{
color: #DEC70B;
}
</style>
background-color css
<style>
a { background-color: #DEC70B; }
a { background-color: rgb(222,199,11); }
div.DivClassName
{
background-color: #DEC70B;
}
.BgClassName
{
background-color: #DEC70B;
}
</style>
border-color css
<style>
span { border-color: #DEC70B; }
span { border-color: rgb(222,199,11); }
td.TdClassName
{
border-color: #DEC70B;
}
.TagClassName
{
border-color: #DEC70B;
}
</style>