Shades of Sunflower #DCB615
Tints of Sunflower #DCB615
RGB
CMYK
RGB Variations
Color information
#DCB615 (or 0xDCB615) is known color: Sunflower. HEX triplet: DC, B6 and 15. RGB value is (220,182,21). Sum of RGB (Red+Green+Blue) = 220+182+21=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB615 is #2349EA. Grayscale: #AFAFAF. Windows color (decimal): -2312683 or 1423068. OLE color: 1423068.
HSL color Cylindrical-coordinate representation of color #DCB615: hue angle of 48.54º 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 #DCB615 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.14 |
| HSL | 48.54º | 0.83% | 0.47% | - |
| HSV(B) | 48.54º | 0.9% | 0.86% | - |
| XYZ | 46.38 | 48.73 | 7.67 | - |
| YUV | 175.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 21 | 0 | 0.17 | 0.90 | 0.14 | 48.54 | 0.83 | 0.47 |
| Hex | DC | B6 | 15 | 0 | 11 | 5A | E | 31 | 53 | 2F |
| Octal | 334 | 266 | 25 | 0 | 21 | 132 | 16 | 61 | 123 | 57 |
| Binary | 11011100 | 10110110 | 10101 | 0 | 10001 | 1011010 | 1110 | 110001 | 1010011 | 101111 |
Color Harmonies of #DCB615
Complementary color
Monochromatic Colors of #DCB615
Black with #DCB615
Text Example
Text Example
White with #DCB615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB615; }
p { color: rgb(220,182,21); }
H1.HeaderClassName
{
color: #DCB615;
}
.AnyTagClassName
{
color: #DCB615;
}
</style>
background-color css
<style>
a { background-color: #DCB615; }
a { background-color: rgb(220,182,21); }
div.DivClassName
{
background-color: #DCB615;
}
.BgClassName
{
background-color: #DCB615;
}
</style>
border-color css
<style>
span { border-color: #DCB615; }
span { border-color: rgb(220,182,21); }
td.TdClassName
{
border-color: #DCB615;
}
.TagClassName
{
border-color: #DCB615;
}
</style>