Shades of Sunflower #DCB911
Tints of Sunflower #DCB911
RGB
CMYK
RGB Variations
Color information
#DCB911 (or 0xDCB911) is known color: Sunflower. HEX triplet: DC, B9 and 11. RGB value is (220,185,17). Sum of RGB (Red+Green+Blue) = 220+185+17=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB911 is #2346EE. Grayscale: #B1B1B1. Windows color (decimal): -2311919 or 1161692. OLE color: 1161692.
HSL color Cylindrical-coordinate representation of color #DCB911: hue angle of 49.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCB911 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.14 |
| HSL | 49.66º | 0.86% | 0.46% | - |
| HSV(B) | 49.66º | 0.92% | 0.86% | - |
| XYZ | 46.97 | 49.95 | 7.7 | - |
| YUV | 176.31 | 38.1 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 17 | 0 | 0.16 | 0.92 | 0.14 | 49.66 | 0.86 | 0.46 |
| Hex | DC | B9 | 11 | 0 | 10 | 5C | E | 32 | 56 | 2E |
| Octal | 334 | 271 | 21 | 0 | 20 | 134 | 16 | 62 | 126 | 56 |
| Binary | 11011100 | 10111001 | 10001 | 0 | 10000 | 1011100 | 1110 | 110010 | 1010110 | 101110 |
Color Harmonies of #DCB911
Complementary color
Monochromatic Colors of #DCB911
Black with #DCB911
Text Example
Text Example
White with #DCB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB911; }
p { color: rgb(220,185,17); }
H1.HeaderClassName
{
color: #DCB911;
}
.AnyTagClassName
{
color: #DCB911;
}
</style>
background-color css
<style>
a { background-color: #DCB911; }
a { background-color: rgb(220,185,17); }
div.DivClassName
{
background-color: #DCB911;
}
.BgClassName
{
background-color: #DCB911;
}
</style>
border-color css
<style>
span { border-color: #DCB911; }
span { border-color: rgb(220,185,17); }
td.TdClassName
{
border-color: #DCB911;
}
.TagClassName
{
border-color: #DCB911;
}
</style>