Shades of Sunflower #DEBC1F
Tints of Sunflower #DEBC1F
RGB
CMYK
RGB Variations
Color information
#DEBC1F (or 0xDEBC1F) is known color: Sunflower. HEX triplet: DE, BC and 1F. RGB value is (222,188,31). Sum of RGB (Red+Green+Blue) = 222+188+31=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC1F is #2143E0. Grayscale: #B4B4B4. Windows color (decimal): -2180065 or 2079966. OLE color: 2079966.
HSL color Cylindrical-coordinate representation of color #DEBC1F: hue angle of 49.32º 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 #DEBC1F is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 31 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.13 |
| HSL | 49.32º | 0.75% | 0.5% | - |
| HSV(B) | 49.32º | 0.86% | 0.87% | - |
| XYZ | 48.35 | 51.59 | 8.71 | - |
| YUV | 180.27 | 43.76 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 31 | 0 | 0.15 | 0.86 | 0.13 | 49.32 | 0.75 | 0.5 |
| Hex | DE | BC | 1F | 0 | F | 56 | D | 31 | 4B | 32 |
| Octal | 336 | 274 | 37 | 0 | 17 | 126 | 15 | 61 | 113 | 62 |
| Binary | 11011110 | 10111100 | 11111 | 0 | 1111 | 1010110 | 1101 | 110001 | 1001011 | 110010 |
Color Harmonies of #DEBC1F
Complementary color
Monochromatic Colors of #DEBC1F
Black with #DEBC1F
Text Example
Text Example
White with #DEBC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC1F; }
p { color: rgb(222,188,31); }
H1.HeaderClassName
{
color: #DEBC1F;
}
.AnyTagClassName
{
color: #DEBC1F;
}
</style>
background-color css
<style>
a { background-color: #DEBC1F; }
a { background-color: rgb(222,188,31); }
div.DivClassName
{
background-color: #DEBC1F;
}
.BgClassName
{
background-color: #DEBC1F;
}
</style>
border-color css
<style>
span { border-color: #DEBC1F; }
span { border-color: rgb(222,188,31); }
td.TdClassName
{
border-color: #DEBC1F;
}
.TagClassName
{
border-color: #DEBC1F;
}
</style>