Shades of Sunflower #DEBF24
Tints of Sunflower #DEBF24
RGB
CMYK
RGB Variations
Color information
#DEBF24 (or 0xDEBF24) is known color: Sunflower. HEX triplet: DE, BF and 24. RGB value is (222,191,36). Sum of RGB (Red+Green+Blue) = 222+191+36=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF24 is #2140DB. Grayscale: #B7B7B7. Windows color (decimal): -2179292 or 2408414. OLE color: 2408414.
HSL color Cylindrical-coordinate representation of color #DEBF24: hue angle of 50º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEBF24 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 36 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.13 |
| HSL | 50º | 0.74% | 0.51% | - |
| HSV(B) | 50º | 0.84% | 0.87% | - |
| XYZ | 49.07 | 52.92 | 9.3 | - |
| YUV | 182.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 36 | 0 | 0.14 | 0.84 | 0.13 | 50 | 0.74 | 0.51 |
| Hex | DE | BF | 24 | 0 | E | 54 | D | 32 | 4A | 33 |
| Octal | 336 | 277 | 44 | 0 | 16 | 124 | 15 | 62 | 112 | 63 |
| Binary | 11011110 | 10111111 | 100100 | 0 | 1110 | 1010100 | 1101 | 110010 | 1001010 | 110011 |
Color Harmonies of #DEBF24
Complementary color
Monochromatic Colors of #DEBF24
Black with #DEBF24
Text Example
Text Example
White with #DEBF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF24; }
p { color: rgb(222,191,36); }
H1.HeaderClassName
{
color: #DEBF24;
}
.AnyTagClassName
{
color: #DEBF24;
}
</style>
background-color css
<style>
a { background-color: #DEBF24; }
a { background-color: rgb(222,191,36); }
div.DivClassName
{
background-color: #DEBF24;
}
.BgClassName
{
background-color: #DEBF24;
}
</style>
border-color css
<style>
span { border-color: #DEBF24; }
span { border-color: rgb(222,191,36); }
td.TdClassName
{
border-color: #DEBF24;
}
.TagClassName
{
border-color: #DEBF24;
}
</style>