Shades of Sunflower #DEBC09
Tints of Sunflower #DEBC09
RGB
CMYK
RGB Variations
Color information
#DEBC09 (or 0xDEBC09) is known color: Sunflower. HEX triplet: DE, BC and 09. RGB value is (222,188,9). Sum of RGB (Red+Green+Blue) = 222+188+9=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC09 is #2143F6. Grayscale: #B2B2B2. Windows color (decimal): -2180087 or 638174. OLE color: 638174.
HSL color Cylindrical-coordinate representation of color #DEBC09: hue angle of 50.42º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEBC09 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.13 |
| HSL | 50.42º | 0.92% | 0.45% | - |
| HSV(B) | 50.42º | 0.96% | 0.87% | - |
| XYZ | 48.16 | 51.52 | 7.66 | - |
| YUV | 177.76 | 32.76 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 9 | 0 | 0.15 | 0.96 | 0.13 | 50.42 | 0.92 | 0.45 |
| Hex | DE | BC | 9 | 0 | F | 60 | D | 32 | 5C | 2D |
| Octal | 336 | 274 | 11 | 0 | 17 | 140 | 15 | 62 | 134 | 55 |
| Binary | 11011110 | 10111100 | 1001 | 0 | 1111 | 1100000 | 1101 | 110010 | 1011100 | 101101 |
Color Harmonies of #DEBC09
Complementary color
Monochromatic Colors of #DEBC09
Black with #DEBC09
Text Example
Text Example
White with #DEBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC09; }
p { color: rgb(222,188,9); }
H1.HeaderClassName
{
color: #DEBC09;
}
.AnyTagClassName
{
color: #DEBC09;
}
</style>
background-color css
<style>
a { background-color: #DEBC09; }
a { background-color: rgb(222,188,9); }
div.DivClassName
{
background-color: #DEBC09;
}
.BgClassName
{
background-color: #DEBC09;
}
</style>
border-color css
<style>
span { border-color: #DEBC09; }
span { border-color: rgb(222,188,9); }
td.TdClassName
{
border-color: #DEBC09;
}
.TagClassName
{
border-color: #DEBC09;
}
</style>