Shades of Sunflower #DEC107
Tints of Sunflower #DEC107
RGB
CMYK
RGB Variations
Color information
#DEC107 (or 0xDEC107) is known color: Sunflower. HEX triplet: DE, C1 and 07. RGB value is (222,193,7). Sum of RGB (Red+Green+Blue) = 222+193+7=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC107 is #213EF8. Grayscale: #B5B5B5. Windows color (decimal): -2178809 or 508382. OLE color: 508382.
HSL color Cylindrical-coordinate representation of color #DEC107: hue angle of 51.91º 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 #DEC107 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.13 |
| HSL | 51.91º | 0.94% | 0.45% | - |
| HSV(B) | 51.91º | 0.97% | 0.87% | - |
| XYZ | 49.23 | 53.68 | 7.97 | - |
| YUV | 180.47 | 30.11 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 7 | 0 | 0.13 | 0.97 | 0.13 | 51.91 | 0.94 | 0.45 |
| Hex | DE | C1 | 7 | 0 | D | 61 | D | 34 | 5E | 2D |
| Octal | 336 | 301 | 7 | 0 | 15 | 141 | 15 | 64 | 136 | 55 |
| Binary | 11011110 | 11000001 | 111 | 0 | 1101 | 1100001 | 1101 | 110100 | 1011110 | 101101 |
Color Harmonies of #DEC107
Complementary color
Monochromatic Colors of #DEC107
Black with #DEC107
Text Example
Text Example
White with #DEC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC107; }
p { color: rgb(222,193,7); }
H1.HeaderClassName
{
color: #DEC107;
}
.AnyTagClassName
{
color: #DEC107;
}
</style>
background-color css
<style>
a { background-color: #DEC107; }
a { background-color: rgb(222,193,7); }
div.DivClassName
{
background-color: #DEC107;
}
.BgClassName
{
background-color: #DEC107;
}
</style>
border-color css
<style>
span { border-color: #DEC107; }
span { border-color: rgb(222,193,7); }
td.TdClassName
{
border-color: #DEC107;
}
.TagClassName
{
border-color: #DEC107;
}
</style>