Shades of Sunflower #DCB819
Tints of Sunflower #DCB819
RGB
CMYK
RGB Variations
Color information
#DCB819 (or 0xDCB819) is known color: Sunflower. HEX triplet: DC, B8 and 19. RGB value is (220,184,25). Sum of RGB (Red+Green+Blue) = 220+184+25=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB819 is #2347E6. Grayscale: #B1B1B1. Windows color (decimal): -2312167 or 1685724. OLE color: 1685724.
HSL color Cylindrical-coordinate representation of color #DCB819: hue angle of 48.92º 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 #DCB819 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 25 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.14 |
| HSL | 48.92º | 0.8% | 0.48% | - |
| HSV(B) | 48.92º | 0.89% | 0.86% | - |
| XYZ | 46.83 | 49.57 | 8.02 | - |
| YUV | 176.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 25 | 0 | 0.16 | 0.89 | 0.14 | 48.92 | 0.8 | 0.48 |
| Hex | DC | B8 | 19 | 0 | 10 | 59 | E | 31 | 50 | 30 |
| Octal | 334 | 270 | 31 | 0 | 20 | 131 | 16 | 61 | 120 | 60 |
| Binary | 11011100 | 10111000 | 11001 | 0 | 10000 | 1011001 | 1110 | 110001 | 1010000 | 110000 |
Color Harmonies of #DCB819
Complementary color
Monochromatic Colors of #DCB819
Black with #DCB819
Text Example
Text Example
White with #DCB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB819; }
p { color: rgb(220,184,25); }
H1.HeaderClassName
{
color: #DCB819;
}
.AnyTagClassName
{
color: #DCB819;
}
</style>
background-color css
<style>
a { background-color: #DCB819; }
a { background-color: rgb(220,184,25); }
div.DivClassName
{
background-color: #DCB819;
}
.BgClassName
{
background-color: #DCB819;
}
</style>
border-color css
<style>
span { border-color: #DCB819; }
span { border-color: rgb(220,184,25); }
td.TdClassName
{
border-color: #DCB819;
}
.TagClassName
{
border-color: #DCB819;
}
</style>