Shades of Sunflower #DEBE22
Tints of Sunflower #DEBE22
RGB
CMYK
RGB Variations
Color information
#DEBE22 (or 0xDEBE22) is known color: Sunflower. HEX triplet: DE, BE and 22. RGB value is (222,190,34). Sum of RGB (Red+Green+Blue) = 222+190+34=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBE22 is #2141DD. Grayscale: #B6B6B6. Windows color (decimal): -2179550 or 2277086. OLE color: 2277086.
HSL color Cylindrical-coordinate representation of color #DEBE22: hue angle of 49.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEBE22 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 34 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.13 |
| HSL | 49.79º | 0.74% | 0.5% | - |
| HSV(B) | 49.79º | 0.85% | 0.87% | - |
| XYZ | 48.83 | 52.47 | 9.07 | - |
| YUV | 181.78 | 44.6 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 34 | 0 | 0.14 | 0.85 | 0.13 | 49.79 | 0.74 | 0.5 |
| Hex | DE | BE | 22 | 0 | E | 55 | D | 32 | 4A | 32 |
| Octal | 336 | 276 | 42 | 0 | 16 | 125 | 15 | 62 | 112 | 62 |
| Binary | 11011110 | 10111110 | 100010 | 0 | 1110 | 1010101 | 1101 | 110010 | 1001010 | 110010 |
Color Harmonies of #DEBE22
Complementary color
Monochromatic Colors of #DEBE22
Black with #DEBE22
Text Example
Text Example
White with #DEBE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE22; }
p { color: rgb(222,190,34); }
H1.HeaderClassName
{
color: #DEBE22;
}
.AnyTagClassName
{
color: #DEBE22;
}
</style>
background-color css
<style>
a { background-color: #DEBE22; }
a { background-color: rgb(222,190,34); }
div.DivClassName
{
background-color: #DEBE22;
}
.BgClassName
{
background-color: #DEBE22;
}
</style>
border-color css
<style>
span { border-color: #DEBE22; }
span { border-color: rgb(222,190,34); }
td.TdClassName
{
border-color: #DEBE22;
}
.TagClassName
{
border-color: #DEBE22;
}
</style>