Shades of Sunflower #DEBC0B
Tints of Sunflower #DEBC0B
RGB
CMYK
RGB Variations
Color information
#DEBC0B (or 0xDEBC0B) is known color: Sunflower. HEX triplet: DE, BC and 0B. RGB value is (222,188,11). Sum of RGB (Red+Green+Blue) = 222+188+11=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC0B is #2143F4. Grayscale: #B2B2B2. Windows color (decimal): -2180085 or 769246. OLE color: 769246.
HSL color Cylindrical-coordinate representation of color #DEBC0B: hue angle of 50.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEBC0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.13 |
| HSL | 50.33º | 0.91% | 0.46% | - |
| HSV(B) | 50.33º | 0.95% | 0.87% | - |
| XYZ | 48.17 | 51.52 | 7.72 | - |
| YUV | 177.99 | 33.76 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 11 | 0 | 0.15 | 0.95 | 0.13 | 50.33 | 0.91 | 0.46 |
| Hex | DE | BC | B | 0 | F | 5F | D | 32 | 5B | 2E |
| Octal | 336 | 274 | 13 | 0 | 17 | 137 | 15 | 62 | 133 | 56 |
| Binary | 11011110 | 10111100 | 1011 | 0 | 1111 | 1011111 | 1101 | 110010 | 1011011 | 101110 |
Color Harmonies of #DEBC0B
Complementary color
Monochromatic Colors of #DEBC0B
Black with #DEBC0B
Text Example
Text Example
White with #DEBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC0B; }
p { color: rgb(222,188,11); }
H1.HeaderClassName
{
color: #DEBC0B;
}
.AnyTagClassName
{
color: #DEBC0B;
}
</style>
background-color css
<style>
a { background-color: #DEBC0B; }
a { background-color: rgb(222,188,11); }
div.DivClassName
{
background-color: #DEBC0B;
}
.BgClassName
{
background-color: #DEBC0B;
}
</style>
border-color css
<style>
span { border-color: #DEBC0B; }
span { border-color: rgb(222,188,11); }
td.TdClassName
{
border-color: #DEBC0B;
}
.TagClassName
{
border-color: #DEBC0B;
}
</style>