Shades of Sunflower #DCB915
Tints of Sunflower #DCB915
RGB
CMYK
RGB Variations
Color information
#DCB915 (or 0xDCB915) is known color: Sunflower. HEX triplet: DC, B9 and 15. RGB value is (220,185,21). Sum of RGB (Red+Green+Blue) = 220+185+21=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB915 is #2346EA. Grayscale: #B1B1B1. Windows color (decimal): -2311915 or 1423836. OLE color: 1423836.
HSL color Cylindrical-coordinate representation of color #DCB915: hue angle of 49.45º degrees, saturation: 0.83, 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 #DCB915 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.14 |
| HSL | 49.45º | 0.83% | 0.47% | - |
| HSV(B) | 49.45º | 0.9% | 0.86% | - |
| XYZ | 47 | 49.97 | 7.88 | - |
| YUV | 176.77 | 40.1 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 21 | 0 | 0.16 | 0.90 | 0.14 | 49.45 | 0.83 | 0.47 |
| Hex | DC | B9 | 15 | 0 | 10 | 5A | E | 31 | 53 | 2F |
| Octal | 334 | 271 | 25 | 0 | 20 | 132 | 16 | 61 | 123 | 57 |
| Binary | 11011100 | 10111001 | 10101 | 0 | 10000 | 1011010 | 1110 | 110001 | 1010011 | 101111 |
Color Harmonies of #DCB915
Complementary color
Monochromatic Colors of #DCB915
Black with #DCB915
Text Example
Text Example
White with #DCB915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB915; }
p { color: rgb(220,185,21); }
H1.HeaderClassName
{
color: #DCB915;
}
.AnyTagClassName
{
color: #DCB915;
}
</style>
background-color css
<style>
a { background-color: #DCB915; }
a { background-color: rgb(220,185,21); }
div.DivClassName
{
background-color: #DCB915;
}
.BgClassName
{
background-color: #DCB915;
}
</style>
border-color css
<style>
span { border-color: #DCB915; }
span { border-color: rgb(220,185,21); }
td.TdClassName
{
border-color: #DCB915;
}
.TagClassName
{
border-color: #DCB915;
}
</style>