Shades of Sunflower #DEBF1E
Tints of Sunflower #DEBF1E
RGB
CMYK
RGB Variations
Color information
#DEBF1E (or 0xDEBF1E) is known color: Sunflower. HEX triplet: DE, BF and 1E. RGB value is (222,191,30). Sum of RGB (Red+Green+Blue) = 222+191+30=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF1E is #2140E1. Grayscale: #B6B6B6. Windows color (decimal): -2179298 or 2015198. OLE color: 2015198.
HSL color Cylindrical-coordinate representation of color #DEBF1E: hue angle of 50.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEBF1E is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 30 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.13 |
| HSL | 50.31º | 0.76% | 0.49% | - |
| HSV(B) | 50.31º | 0.86% | 0.87% | - |
| XYZ | 48.99 | 52.88 | 8.85 | - |
| YUV | 181.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 30 | 0 | 0.14 | 0.86 | 0.13 | 50.31 | 0.76 | 0.49 |
| Hex | DE | BF | 1E | 0 | E | 56 | D | 32 | 4C | 31 |
| Octal | 336 | 277 | 36 | 0 | 16 | 126 | 15 | 62 | 114 | 61 |
| Binary | 11011110 | 10111111 | 11110 | 0 | 1110 | 1010110 | 1101 | 110010 | 1001100 | 110001 |
Color Harmonies of #DEBF1E
Complementary color
Monochromatic Colors of #DEBF1E
Black with #DEBF1E
Text Example
Text Example
White with #DEBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF1E; }
p { color: rgb(222,191,30); }
H1.HeaderClassName
{
color: #DEBF1E;
}
.AnyTagClassName
{
color: #DEBF1E;
}
</style>
background-color css
<style>
a { background-color: #DEBF1E; }
a { background-color: rgb(222,191,30); }
div.DivClassName
{
background-color: #DEBF1E;
}
.BgClassName
{
background-color: #DEBF1E;
}
</style>
border-color css
<style>
span { border-color: #DEBF1E; }
span { border-color: rgb(222,191,30); }
td.TdClassName
{
border-color: #DEBF1E;
}
.TagClassName
{
border-color: #DEBF1E;
}
</style>