Shades of Sunflower #DCBE16
Tints of Sunflower #DCBE16
RGB
CMYK
RGB Variations
Color information
#DCBE16 (or 0xDCBE16) is known color: Sunflower. HEX triplet: DC, BE and 16. RGB value is (220,190,22). Sum of RGB (Red+Green+Blue) = 220+190+22=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE16 is #2341E9. Grayscale: #B4B4B4. Windows color (decimal): -2310634 or 1490652. OLE color: 1490652.
HSL color Cylindrical-coordinate representation of color #DCBE16: hue angle of 50.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCBE16 is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 22 | - |
| CMYK | 0 | 0.14 | 0.9 | 0.14 |
| HSL | 50.91º | 0.82% | 0.47% | - |
| HSV(B) | 50.91º | 0.9% | 0.86% | - |
| XYZ | 48.07 | 52.1 | 8.28 | - |
| YUV | 179.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 22 | 0 | 0.14 | 0.9 | 0.14 | 50.91 | 0.82 | 0.47 |
| Hex | DC | BE | 16 | 0 | E | 5A | E | 33 | 52 | 2F |
| Octal | 334 | 276 | 26 | 0 | 16 | 132 | 16 | 63 | 122 | 57 |
| Binary | 11011100 | 10111110 | 10110 | 0 | 1110 | 1011010 | 1110 | 110011 | 1010010 | 101111 |
Color Harmonies of #DCBE16
Complementary color
Monochromatic Colors of #DCBE16
Black with #DCBE16
Text Example
Text Example
White with #DCBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE16; }
p { color: rgb(220,190,22); }
H1.HeaderClassName
{
color: #DCBE16;
}
.AnyTagClassName
{
color: #DCBE16;
}
</style>
background-color css
<style>
a { background-color: #DCBE16; }
a { background-color: rgb(220,190,22); }
div.DivClassName
{
background-color: #DCBE16;
}
.BgClassName
{
background-color: #DCBE16;
}
</style>
border-color css
<style>
span { border-color: #DCBE16; }
span { border-color: rgb(220,190,22); }
td.TdClassName
{
border-color: #DCBE16;
}
.TagClassName
{
border-color: #DCBE16;
}
</style>