Shades of Sunflower #DCB916
Tints of Sunflower #DCB916
RGB
CMYK
RGB Variations
Color information
#DCB916 (or 0xDCB916) is known color: Sunflower. HEX triplet: DC, B9 and 16. RGB value is (220,185,22). Sum of RGB (Red+Green+Blue) = 220+185+22=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB916 is #2346E9. Grayscale: #B1B1B1. Windows color (decimal): -2311914 or 1489372. OLE color: 1489372.
HSL color Cylindrical-coordinate representation of color #DCB916: hue angle of 49.39º 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 #DCB916 is Cyan = 0, Magento = 0.16, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 22 | - |
| CMYK | 0 | 0.16 | 0.9 | 0.14 |
| HSL | 49.39º | 0.82% | 0.47% | - |
| HSV(B) | 49.39º | 0.9% | 0.86% | - |
| XYZ | 47.01 | 49.97 | 7.93 | - |
| YUV | 176.88 | 40.6 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 22 | 0 | 0.16 | 0.9 | 0.14 | 49.39 | 0.82 | 0.47 |
| Hex | DC | B9 | 16 | 0 | 10 | 5A | E | 31 | 52 | 2F |
| Octal | 334 | 271 | 26 | 0 | 20 | 132 | 16 | 61 | 122 | 57 |
| Binary | 11011100 | 10111001 | 10110 | 0 | 10000 | 1011010 | 1110 | 110001 | 1010010 | 101111 |
Color Harmonies of #DCB916
Complementary color
Monochromatic Colors of #DCB916
Black with #DCB916
Text Example
Text Example
White with #DCB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB916; }
p { color: rgb(220,185,22); }
H1.HeaderClassName
{
color: #DCB916;
}
.AnyTagClassName
{
color: #DCB916;
}
</style>
background-color css
<style>
a { background-color: #DCB916; }
a { background-color: rgb(220,185,22); }
div.DivClassName
{
background-color: #DCB916;
}
.BgClassName
{
background-color: #DCB916;
}
</style>
border-color css
<style>
span { border-color: #DCB916; }
span { border-color: rgb(220,185,22); }
td.TdClassName
{
border-color: #DCB916;
}
.TagClassName
{
border-color: #DCB916;
}
</style>