Shades of Sunflower #DEBC1B
Tints of Sunflower #DEBC1B
RGB
CMYK
RGB Variations
Color information
#DEBC1B (or 0xDEBC1B) is known color: Sunflower. HEX triplet: DE, BC and 1B. RGB value is (222,188,27). Sum of RGB (Red+Green+Blue) = 222+188+27=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC1B is #2143E4. Grayscale: #B4B4B4. Windows color (decimal): -2180069 or 1817822. OLE color: 1817822.
HSL color Cylindrical-coordinate representation of color #DEBC1B: hue angle of 49.54º 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 #DEBC1B is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 27 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.13 |
| HSL | 49.54º | 0.78% | 0.49% | - |
| HSV(B) | 49.54º | 0.88% | 0.87% | - |
| XYZ | 48.31 | 51.58 | 8.45 | - |
| YUV | 179.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 27 | 0 | 0.15 | 0.88 | 0.13 | 49.54 | 0.78 | 0.49 |
| Hex | DE | BC | 1B | 0 | F | 58 | D | 32 | 4E | 31 |
| Octal | 336 | 274 | 33 | 0 | 17 | 130 | 15 | 62 | 116 | 61 |
| Binary | 11011110 | 10111100 | 11011 | 0 | 1111 | 1011000 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DEBC1B
Complementary color
Monochromatic Colors of #DEBC1B
Black with #DEBC1B
Text Example
Text Example
White with #DEBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC1B; }
p { color: rgb(222,188,27); }
H1.HeaderClassName
{
color: #DEBC1B;
}
.AnyTagClassName
{
color: #DEBC1B;
}
</style>
background-color css
<style>
a { background-color: #DEBC1B; }
a { background-color: rgb(222,188,27); }
div.DivClassName
{
background-color: #DEBC1B;
}
.BgClassName
{
background-color: #DEBC1B;
}
</style>
border-color css
<style>
span { border-color: #DEBC1B; }
span { border-color: rgb(222,188,27); }
td.TdClassName
{
border-color: #DEBC1B;
}
.TagClassName
{
border-color: #DEBC1B;
}
</style>