Shades of Sunflower #DCB917
Tints of Sunflower #DCB917
RGB
CMYK
RGB Variations
Color information
#DCB917 (or 0xDCB917) is known color: Sunflower. HEX triplet: DC, B9 and 17. RGB value is (220,185,23). Sum of RGB (Red+Green+Blue) = 220+185+23=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB917 is #2346E8. Grayscale: #B1B1B1. Windows color (decimal): -2311913 or 1554908. OLE color: 1554908.
HSL color Cylindrical-coordinate representation of color #DCB917: hue angle of 49.34º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCB917 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 23 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.14 |
| HSL | 49.34º | 0.81% | 0.48% | - |
| HSV(B) | 49.34º | 0.9% | 0.86% | - |
| XYZ | 47.02 | 49.98 | 7.98 | - |
| YUV | 177 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 23 | 0 | 0.16 | 0.90 | 0.14 | 49.34 | 0.81 | 0.48 |
| Hex | DC | B9 | 17 | 0 | 10 | 5A | E | 31 | 51 | 30 |
| Octal | 334 | 271 | 27 | 0 | 20 | 132 | 16 | 61 | 121 | 60 |
| Binary | 11011100 | 10111001 | 10111 | 0 | 10000 | 1011010 | 1110 | 110001 | 1010001 | 110000 |
Color Harmonies of #DCB917
Complementary color
Monochromatic Colors of #DCB917
Black with #DCB917
Text Example
Text Example
White with #DCB917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB917; }
p { color: rgb(220,185,23); }
H1.HeaderClassName
{
color: #DCB917;
}
.AnyTagClassName
{
color: #DCB917;
}
</style>
background-color css
<style>
a { background-color: #DCB917; }
a { background-color: rgb(220,185,23); }
div.DivClassName
{
background-color: #DCB917;
}
.BgClassName
{
background-color: #DCB917;
}
</style>
border-color css
<style>
span { border-color: #DCB917; }
span { border-color: rgb(220,185,23); }
td.TdClassName
{
border-color: #DCB917;
}
.TagClassName
{
border-color: #DCB917;
}
</style>