Shades of Sunflower #DCB215
Tints of Sunflower #DCB215
RGB
CMYK
RGB Variations
Color information
#DCB215 (or 0xDCB215) is known color: Sunflower. HEX triplet: DC, B2 and 15. RGB value is (220,178,21). Sum of RGB (Red+Green+Blue) = 220+178+21=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB215 is #234DEA. Grayscale: #ADADAD. Windows color (decimal): -2313707 or 1422044. OLE color: 1422044.
HSL color Cylindrical-coordinate representation of color #DCB215: hue angle of 47.34º 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 #DCB215 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 21 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.14 |
| HSL | 47.34º | 0.83% | 0.47% | - |
| HSV(B) | 47.34º | 0.9% | 0.86% | - |
| XYZ | 45.57 | 47.11 | 7.4 | - |
| YUV | 172.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 21 | 0 | 0.19 | 0.90 | 0.14 | 47.34 | 0.83 | 0.47 |
| Hex | DC | B2 | 15 | 0 | 13 | 5A | E | 2F | 53 | 2F |
| Octal | 334 | 262 | 25 | 0 | 23 | 132 | 16 | 57 | 123 | 57 |
| Binary | 11011100 | 10110010 | 10101 | 0 | 10011 | 1011010 | 1110 | 101111 | 1010011 | 101111 |
Color Harmonies of #DCB215
Complementary color
Monochromatic Colors of #DCB215
Black with #DCB215
Text Example
Text Example
White with #DCB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB215; }
p { color: rgb(220,178,21); }
H1.HeaderClassName
{
color: #DCB215;
}
.AnyTagClassName
{
color: #DCB215;
}
</style>
background-color css
<style>
a { background-color: #DCB215; }
a { background-color: rgb(220,178,21); }
div.DivClassName
{
background-color: #DCB215;
}
.BgClassName
{
background-color: #DCB215;
}
</style>
border-color css
<style>
span { border-color: #DCB215; }
span { border-color: rgb(220,178,21); }
td.TdClassName
{
border-color: #DCB215;
}
.TagClassName
{
border-color: #DCB215;
}
</style>