Shades of Sunflower #DEBC22
Tints of Sunflower #DEBC22
RGB
CMYK
RGB Variations
Color information
#DEBC22 (or 0xDEBC22) is known color: Sunflower. HEX triplet: DE, BC and 22. RGB value is (222,188,34). Sum of RGB (Red+Green+Blue) = 222+188+34=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC22 is #2143DD. Grayscale: #B5B5B5. Windows color (decimal): -2180062 or 2276574. OLE color: 2276574.
HSL color Cylindrical-coordinate representation of color #DEBC22: hue angle of 49.15º 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 #DEBC22 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 34 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.13 |
| HSL | 49.15º | 0.74% | 0.5% | - |
| HSV(B) | 49.15º | 0.85% | 0.87% | - |
| XYZ | 48.4 | 51.61 | 8.92 | - |
| YUV | 180.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 34 | 0 | 0.15 | 0.85 | 0.13 | 49.15 | 0.74 | 0.5 |
| Hex | DE | BC | 22 | 0 | F | 55 | D | 31 | 4A | 32 |
| Octal | 336 | 274 | 42 | 0 | 17 | 125 | 15 | 61 | 112 | 62 |
| Binary | 11011110 | 10111100 | 100010 | 0 | 1111 | 1010101 | 1101 | 110001 | 1001010 | 110010 |
Color Harmonies of #DEBC22
Complementary color
Monochromatic Colors of #DEBC22
Black with #DEBC22
Text Example
Text Example
White with #DEBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC22; }
p { color: rgb(222,188,34); }
H1.HeaderClassName
{
color: #DEBC22;
}
.AnyTagClassName
{
color: #DEBC22;
}
</style>
background-color css
<style>
a { background-color: #DEBC22; }
a { background-color: rgb(222,188,34); }
div.DivClassName
{
background-color: #DEBC22;
}
.BgClassName
{
background-color: #DEBC22;
}
</style>
border-color css
<style>
span { border-color: #DEBC22; }
span { border-color: rgb(222,188,34); }
td.TdClassName
{
border-color: #DEBC22;
}
.TagClassName
{
border-color: #DEBC22;
}
</style>