Shades of Sunflower #DEBB1F
Tints of Sunflower #DEBB1F
RGB
CMYK
RGB Variations
Color information
#DEBB1F (or 0xDEBB1F) is known color: Sunflower. HEX triplet: DE, BB and 1F. RGB value is (222,187,31). Sum of RGB (Red+Green+Blue) = 222+187+31=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB1F is #2144E0. Grayscale: #B4B4B4. Windows color (decimal): -2180321 or 2079710. OLE color: 2079710.
HSL color Cylindrical-coordinate representation of color #DEBB1F: hue angle of 49.01º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEBB1F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 31 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.13 |
| HSL | 49.01º | 0.75% | 0.5% | - |
| HSV(B) | 49.01º | 0.86% | 0.87% | - |
| XYZ | 48.14 | 51.17 | 8.64 | - |
| YUV | 179.68 | 44.1 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 31 | 0 | 0.16 | 0.86 | 0.13 | 49.01 | 0.75 | 0.5 |
| Hex | DE | BB | 1F | 0 | 10 | 56 | D | 31 | 4B | 32 |
| Octal | 336 | 273 | 37 | 0 | 20 | 126 | 15 | 61 | 113 | 62 |
| Binary | 11011110 | 10111011 | 11111 | 0 | 10000 | 1010110 | 1101 | 110001 | 1001011 | 110010 |
Color Harmonies of #DEBB1F
Complementary color
Monochromatic Colors of #DEBB1F
Black with #DEBB1F
Text Example
Text Example
White with #DEBB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB1F; }
p { color: rgb(222,187,31); }
H1.HeaderClassName
{
color: #DEBB1F;
}
.AnyTagClassName
{
color: #DEBB1F;
}
</style>
background-color css
<style>
a { background-color: #DEBB1F; }
a { background-color: rgb(222,187,31); }
div.DivClassName
{
background-color: #DEBB1F;
}
.BgClassName
{
background-color: #DEBB1F;
}
</style>
border-color css
<style>
span { border-color: #DEBB1F; }
span { border-color: rgb(222,187,31); }
td.TdClassName
{
border-color: #DEBB1F;
}
.TagClassName
{
border-color: #DEBB1F;
}
</style>