Shades of Sunflower #DCB804
Tints of Sunflower #DCB804
RGB
CMYK
RGB Variations
Color information
#DCB804 (or 0xDCB804) is known color: Sunflower. HEX triplet: DC, B8 and 04. RGB value is (220,184,4). Sum of RGB (Red+Green+Blue) = 220+184+4=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB804 is #2347FB. Grayscale: #AFAFAF. Windows color (decimal): -2312188 or 309468. OLE color: 309468.
HSL color Cylindrical-coordinate representation of color #DCB804: hue angle of 50º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCB804 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.14 |
| HSL | 50º | 0.96% | 0.44% | - |
| HSV(B) | 50º | 0.98% | 0.86% | - |
| XYZ | 46.68 | 49.51 | 7.21 | - |
| YUV | 174.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 4 | 0 | 0.16 | 0.98 | 0.14 | 50 | 0.96 | 0.44 |
| Hex | DC | B8 | 4 | 0 | 10 | 62 | E | 32 | 60 | 2C |
| Octal | 334 | 270 | 4 | 0 | 20 | 142 | 16 | 62 | 140 | 54 |
| Binary | 11011100 | 10111000 | 100 | 0 | 10000 | 1100010 | 1110 | 110010 | 1100000 | 101100 |
Color Harmonies of #DCB804
Complementary color
Monochromatic Colors of #DCB804
Black with #DCB804
Text Example
Text Example
White with #DCB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB804; }
p { color: rgb(220,184,4); }
H1.HeaderClassName
{
color: #DCB804;
}
.AnyTagClassName
{
color: #DCB804;
}
</style>
background-color css
<style>
a { background-color: #DCB804; }
a { background-color: rgb(220,184,4); }
div.DivClassName
{
background-color: #DCB804;
}
.BgClassName
{
background-color: #DCB804;
}
</style>
border-color css
<style>
span { border-color: #DCB804; }
span { border-color: rgb(220,184,4); }
td.TdClassName
{
border-color: #DCB804;
}
.TagClassName
{
border-color: #DCB804;
}
</style>