Shades of Sunflower #DEBB1B
Tints of Sunflower #DEBB1B
RGB
CMYK
RGB Variations
Color information
#DEBB1B (or 0xDEBB1B) is known color: Sunflower. HEX triplet: DE, BB and 1B. RGB value is (222,187,27). Sum of RGB (Red+Green+Blue) = 222+187+27=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB1B is #2144E4. Grayscale: #B3B3B3. Windows color (decimal): -2180325 or 1817566. OLE color: 1817566.
HSL color Cylindrical-coordinate representation of color #DEBB1B: hue angle of 49.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEBB1B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 27 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.13 |
| HSL | 49.23º | 0.78% | 0.49% | - |
| HSV(B) | 49.23º | 0.88% | 0.87% | - |
| XYZ | 48.09 | 51.15 | 8.37 | - |
| YUV | 179.23 | 42.1 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 27 | 0 | 0.16 | 0.88 | 0.13 | 49.23 | 0.78 | 0.49 |
| Hex | DE | BB | 1B | 0 | 10 | 58 | D | 31 | 4E | 31 |
| Octal | 336 | 273 | 33 | 0 | 20 | 130 | 15 | 61 | 116 | 61 |
| Binary | 11011110 | 10111011 | 11011 | 0 | 10000 | 1011000 | 1101 | 110001 | 1001110 | 110001 |
Color Harmonies of #DEBB1B
Complementary color
Monochromatic Colors of #DEBB1B
Black with #DEBB1B
Text Example
Text Example
White with #DEBB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB1B; }
p { color: rgb(222,187,27); }
H1.HeaderClassName
{
color: #DEBB1B;
}
.AnyTagClassName
{
color: #DEBB1B;
}
</style>
background-color css
<style>
a { background-color: #DEBB1B; }
a { background-color: rgb(222,187,27); }
div.DivClassName
{
background-color: #DEBB1B;
}
.BgClassName
{
background-color: #DEBB1B;
}
</style>
border-color css
<style>
span { border-color: #DEBB1B; }
span { border-color: rgb(222,187,27); }
td.TdClassName
{
border-color: #DEBB1B;
}
.TagClassName
{
border-color: #DEBB1B;
}
</style>