Shades of Sunflower #DCBC19
Tints of Sunflower #DCBC19
RGB
CMYK
RGB Variations
Color information
#DCBC19 (or 0xDCBC19) is known color: Sunflower. HEX triplet: DC, BC and 19. RGB value is (220,188,25). Sum of RGB (Red+Green+Blue) = 220+188+25=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC19 is #2343E6. Grayscale: #B3B3B3. Windows color (decimal): -2311143 or 1686748. OLE color: 1686748.
HSL color Cylindrical-coordinate representation of color #DCBC19: hue angle of 50.15º 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 #DCBC19 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 25 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.14 |
| HSL | 50.15º | 0.8% | 0.48% | - |
| HSV(B) | 50.15º | 0.89% | 0.86% | - |
| XYZ | 47.67 | 51.25 | 8.3 | - |
| YUV | 178.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 25 | 0 | 0.15 | 0.89 | 0.14 | 50.15 | 0.8 | 0.48 |
| Hex | DC | BC | 19 | 0 | F | 59 | E | 32 | 50 | 30 |
| Octal | 334 | 274 | 31 | 0 | 17 | 131 | 16 | 62 | 120 | 60 |
| Binary | 11011100 | 10111100 | 11001 | 0 | 1111 | 1011001 | 1110 | 110010 | 1010000 | 110000 |
Color Harmonies of #DCBC19
Complementary color
Monochromatic Colors of #DCBC19
Black with #DCBC19
Text Example
Text Example
White with #DCBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC19; }
p { color: rgb(220,188,25); }
H1.HeaderClassName
{
color: #DCBC19;
}
.AnyTagClassName
{
color: #DCBC19;
}
</style>
background-color css
<style>
a { background-color: #DCBC19; }
a { background-color: rgb(220,188,25); }
div.DivClassName
{
background-color: #DCBC19;
}
.BgClassName
{
background-color: #DCBC19;
}
</style>
border-color css
<style>
span { border-color: #DCBC19; }
span { border-color: rgb(220,188,25); }
td.TdClassName
{
border-color: #DCBC19;
}
.TagClassName
{
border-color: #DCBC19;
}
</style>