Shades of Sunflower #DCBE19
Tints of Sunflower #DCBE19
RGB
CMYK
RGB Variations
Color information
#DCBE19 (or 0xDCBE19) is known color: Sunflower. HEX triplet: DC, BE and 19. RGB value is (220,190,25). Sum of RGB (Red+Green+Blue) = 220+190+25=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE19 is #2341E6. Grayscale: #B4B4B4. Windows color (decimal): -2310631 or 1687260. OLE color: 1687260.
HSL color Cylindrical-coordinate representation of color #DCBE19: hue angle of 50.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCBE19 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 25 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.14 |
| HSL | 50.77º | 0.8% | 0.48% | - |
| HSV(B) | 50.77º | 0.89% | 0.86% | - |
| XYZ | 48.1 | 52.11 | 8.44 | - |
| YUV | 180.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 25 | 0 | 0.14 | 0.89 | 0.14 | 50.77 | 0.8 | 0.48 |
| Hex | DC | BE | 19 | 0 | E | 59 | E | 33 | 50 | 30 |
| Octal | 334 | 276 | 31 | 0 | 16 | 131 | 16 | 63 | 120 | 60 |
| Binary | 11011100 | 10111110 | 11001 | 0 | 1110 | 1011001 | 1110 | 110011 | 1010000 | 110000 |
Color Harmonies of #DCBE19
Complementary color
Monochromatic Colors of #DCBE19
Black with #DCBE19
Text Example
Text Example
White with #DCBE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE19; }
p { color: rgb(220,190,25); }
H1.HeaderClassName
{
color: #DCBE19;
}
.AnyTagClassName
{
color: #DCBE19;
}
</style>
background-color css
<style>
a { background-color: #DCBE19; }
a { background-color: rgb(220,190,25); }
div.DivClassName
{
background-color: #DCBE19;
}
.BgClassName
{
background-color: #DCBE19;
}
</style>
border-color css
<style>
span { border-color: #DCBE19; }
span { border-color: rgb(220,190,25); }
td.TdClassName
{
border-color: #DCBE19;
}
.TagClassName
{
border-color: #DCBE19;
}
</style>