Shades of Sunflower #DEBB0D
Tints of Sunflower #DEBB0D
RGB
CMYK
RGB Variations
Color information
#DEBB0D (or 0xDEBB0D) is known color: Sunflower. HEX triplet: DE, BB and 0D. RGB value is (222,187,13). Sum of RGB (Red+Green+Blue) = 222+187+13=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBB0D is #2144F2. Grayscale: #B2B2B2. Windows color (decimal): -2180339 or 900062. OLE color: 900062.
HSL color Cylindrical-coordinate representation of color #DEBB0D: hue angle of 49.95º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEBB0D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.13 |
| HSL | 49.95º | 0.89% | 0.46% | - |
| HSV(B) | 49.95º | 0.94% | 0.87% | - |
| XYZ | 47.97 | 51.1 | 7.72 | - |
| YUV | 177.63 | 35.1 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 13 | 0 | 0.16 | 0.94 | 0.13 | 49.95 | 0.89 | 0.46 |
| Hex | DE | BB | D | 0 | 10 | 5E | D | 32 | 59 | 2E |
| Octal | 336 | 273 | 15 | 0 | 20 | 136 | 15 | 62 | 131 | 56 |
| Binary | 11011110 | 10111011 | 1101 | 0 | 10000 | 1011110 | 1101 | 110010 | 1011001 | 101110 |
Color Harmonies of #DEBB0D
Complementary color
Monochromatic Colors of #DEBB0D
Black with #DEBB0D
Text Example
Text Example
White with #DEBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB0D; }
p { color: rgb(222,187,13); }
H1.HeaderClassName
{
color: #DEBB0D;
}
.AnyTagClassName
{
color: #DEBB0D;
}
</style>
background-color css
<style>
a { background-color: #DEBB0D; }
a { background-color: rgb(222,187,13); }
div.DivClassName
{
background-color: #DEBB0D;
}
.BgClassName
{
background-color: #DEBB0D;
}
</style>
border-color css
<style>
span { border-color: #DEBB0D; }
span { border-color: rgb(222,187,13); }
td.TdClassName
{
border-color: #DEBB0D;
}
.TagClassName
{
border-color: #DEBB0D;
}
</style>