Shades of Sunflower #DEBA1C
Tints of Sunflower #DEBA1C
RGB
CMYK
RGB Variations
Color information
#DEBA1C (or 0xDEBA1C) is known color: Sunflower. HEX triplet: DE, BA and 1C. RGB value is (222,186,28). Sum of RGB (Red+Green+Blue) = 222+186+28=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA1C is #2145E3. Grayscale: #B3B3B3. Windows color (decimal): -2180580 or 1882846. OLE color: 1882846.
HSL color Cylindrical-coordinate representation of color #DEBA1C: hue angle of 48.87º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEBA1C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 28 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.13 |
| HSL | 48.87º | 0.78% | 0.49% | - |
| HSV(B) | 48.87º | 0.87% | 0.87% | - |
| XYZ | 47.89 | 50.73 | 8.37 | - |
| YUV | 178.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 28 | 0 | 0.16 | 0.87 | 0.13 | 48.87 | 0.78 | 0.49 |
| Hex | DE | BA | 1C | 0 | 10 | 57 | D | 31 | 4E | 31 |
| Octal | 336 | 272 | 34 | 0 | 20 | 127 | 15 | 61 | 116 | 61 |
| Binary | 11011110 | 10111010 | 11100 | 0 | 10000 | 1010111 | 1101 | 110001 | 1001110 | 110001 |
Color Harmonies of #DEBA1C
Complementary color
Monochromatic Colors of #DEBA1C
Black with #DEBA1C
Text Example
Text Example
White with #DEBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA1C; }
p { color: rgb(222,186,28); }
H1.HeaderClassName
{
color: #DEBA1C;
}
.AnyTagClassName
{
color: #DEBA1C;
}
</style>
background-color css
<style>
a { background-color: #DEBA1C; }
a { background-color: rgb(222,186,28); }
div.DivClassName
{
background-color: #DEBA1C;
}
.BgClassName
{
background-color: #DEBA1C;
}
</style>
border-color css
<style>
span { border-color: #DEBA1C; }
span { border-color: rgb(222,186,28); }
td.TdClassName
{
border-color: #DEBA1C;
}
.TagClassName
{
border-color: #DEBA1C;
}
</style>