Shades of Sunflower #DCB815
Tints of Sunflower #DCB815
RGB
CMYK
RGB Variations
Color information
#DCB815 (or 0xDCB815) is known color: Sunflower. HEX triplet: DC, B8 and 15. RGB value is (220,184,21). Sum of RGB (Red+Green+Blue) = 220+184+21=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB815 is #2347EA. Grayscale: #B0B0B0. Windows color (decimal): -2312171 or 1423580. OLE color: 1423580.
HSL color Cylindrical-coordinate representation of color #DCB815: hue angle of 49.15º 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 #DCB815 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.14 |
| HSL | 49.15º | 0.83% | 0.47% | - |
| HSV(B) | 49.15º | 0.9% | 0.86% | - |
| XYZ | 46.79 | 49.55 | 7.81 | - |
| YUV | 176.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 21 | 0 | 0.16 | 0.90 | 0.14 | 49.15 | 0.83 | 0.47 |
| Hex | DC | B8 | 15 | 0 | 10 | 5A | E | 31 | 53 | 2F |
| Octal | 334 | 270 | 25 | 0 | 20 | 132 | 16 | 61 | 123 | 57 |
| Binary | 11011100 | 10111000 | 10101 | 0 | 10000 | 1011010 | 1110 | 110001 | 1010011 | 101111 |
Color Harmonies of #DCB815
Complementary color
Monochromatic Colors of #DCB815
Black with #DCB815
Text Example
Text Example
White with #DCB815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB815; }
p { color: rgb(220,184,21); }
H1.HeaderClassName
{
color: #DCB815;
}
.AnyTagClassName
{
color: #DCB815;
}
</style>
background-color css
<style>
a { background-color: #DCB815; }
a { background-color: rgb(220,184,21); }
div.DivClassName
{
background-color: #DCB815;
}
.BgClassName
{
background-color: #DCB815;
}
</style>
border-color css
<style>
span { border-color: #DCB815; }
span { border-color: rgb(220,184,21); }
td.TdClassName
{
border-color: #DCB815;
}
.TagClassName
{
border-color: #DCB815;
}
</style>