Shades of Sunflower #DCB913
Tints of Sunflower #DCB913
RGB
CMYK
RGB Variations
Color information
#DCB913 (or 0xDCB913) is known color: Sunflower. HEX triplet: DC, B9 and 13. RGB value is (220,185,19). Sum of RGB (Red+Green+Blue) = 220+185+19=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB913 is #2346EC. Grayscale: #B1B1B1. Windows color (decimal): -2311917 or 1292764. OLE color: 1292764.
HSL color Cylindrical-coordinate representation of color #DCB913: hue angle of 49.55º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCB913 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 19 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.14 |
| HSL | 49.55º | 0.84% | 0.47% | - |
| HSV(B) | 49.55º | 0.91% | 0.86% | - |
| XYZ | 46.98 | 49.96 | 7.78 | - |
| YUV | 176.54 | 39.1 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 19 | 0 | 0.16 | 0.91 | 0.14 | 49.55 | 0.84 | 0.47 |
| Hex | DC | B9 | 13 | 0 | 10 | 5B | E | 32 | 54 | 2F |
| Octal | 334 | 271 | 23 | 0 | 20 | 133 | 16 | 62 | 124 | 57 |
| Binary | 11011100 | 10111001 | 10011 | 0 | 10000 | 1011011 | 1110 | 110010 | 1010100 | 101111 |
Color Harmonies of #DCB913
Complementary color
Monochromatic Colors of #DCB913
Black with #DCB913
Text Example
Text Example
White with #DCB913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB913; }
p { color: rgb(220,185,19); }
H1.HeaderClassName
{
color: #DCB913;
}
.AnyTagClassName
{
color: #DCB913;
}
</style>
background-color css
<style>
a { background-color: #DCB913; }
a { background-color: rgb(220,185,19); }
div.DivClassName
{
background-color: #DCB913;
}
.BgClassName
{
background-color: #DCB913;
}
</style>
border-color css
<style>
span { border-color: #DCB913; }
span { border-color: rgb(220,185,19); }
td.TdClassName
{
border-color: #DCB913;
}
.TagClassName
{
border-color: #DCB913;
}
</style>