Shades of Sunflower #DEBD16
Tints of Sunflower #DEBD16
RGB
CMYK
RGB Variations
Color information
#DEBD16 (or 0xDEBD16) is known color: Sunflower. HEX triplet: DE, BD and 16. RGB value is (222,189,22). Sum of RGB (Red+Green+Blue) = 222+189+22=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBD16 is #2142E9. Grayscale: #B4B4B4. Windows color (decimal): -2179818 or 1490398. OLE color: 1490398.
HSL color Cylindrical-coordinate representation of color #DEBD16: hue angle of 50.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEBD16 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 22 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.13 |
| HSL | 50.1º | 0.82% | 0.48% | - |
| HSV(B) | 50.1º | 0.9% | 0.87% | - |
| XYZ | 48.47 | 51.98 | 8.24 | - |
| YUV | 179.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 22 | 0 | 0.15 | 0.90 | 0.13 | 50.1 | 0.82 | 0.48 |
| Hex | DE | BD | 16 | 0 | F | 5A | D | 32 | 52 | 30 |
| Octal | 336 | 275 | 26 | 0 | 17 | 132 | 15 | 62 | 122 | 60 |
| Binary | 11011110 | 10111101 | 10110 | 0 | 1111 | 1011010 | 1101 | 110010 | 1010010 | 110000 |
Color Harmonies of #DEBD16
Complementary color
Monochromatic Colors of #DEBD16
Black with #DEBD16
Text Example
Text Example
White with #DEBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD16; }
p { color: rgb(222,189,22); }
H1.HeaderClassName
{
color: #DEBD16;
}
.AnyTagClassName
{
color: #DEBD16;
}
</style>
background-color css
<style>
a { background-color: #DEBD16; }
a { background-color: rgb(222,189,22); }
div.DivClassName
{
background-color: #DEBD16;
}
.BgClassName
{
background-color: #DEBD16;
}
</style>
border-color css
<style>
span { border-color: #DEBD16; }
span { border-color: rgb(222,189,22); }
td.TdClassName
{
border-color: #DEBD16;
}
.TagClassName
{
border-color: #DEBD16;
}
</style>