Shades of Sunflower #DCB717
Tints of Sunflower #DCB717
RGB
CMYK
RGB Variations
Color information
#DCB717 (or 0xDCB717) is known color: Sunflower. HEX triplet: DC, B7 and 17. RGB value is (220,183,23). Sum of RGB (Red+Green+Blue) = 220+183+23=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB717 is #2348E8. Grayscale: #B0B0B0. Windows color (decimal): -2312425 or 1554396. OLE color: 1554396.
HSL color Cylindrical-coordinate representation of color #DCB717: hue angle of 48.73º 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 #DCB717 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 23 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.14 |
| HSL | 48.73º | 0.81% | 0.48% | - |
| HSV(B) | 48.73º | 0.9% | 0.86% | - |
| XYZ | 46.6 | 49.14 | 7.84 | - |
| YUV | 175.82 | 41.76 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 23 | 0 | 0.17 | 0.90 | 0.14 | 48.73 | 0.81 | 0.48 |
| Hex | DC | B7 | 17 | 0 | 11 | 5A | E | 31 | 51 | 30 |
| Octal | 334 | 267 | 27 | 0 | 21 | 132 | 16 | 61 | 121 | 60 |
| Binary | 11011100 | 10110111 | 10111 | 0 | 10001 | 1011010 | 1110 | 110001 | 1010001 | 110000 |
Color Harmonies of #DCB717
Complementary color
Monochromatic Colors of #DCB717
Black with #DCB717
Text Example
Text Example
White with #DCB717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB717; }
p { color: rgb(220,183,23); }
H1.HeaderClassName
{
color: #DCB717;
}
.AnyTagClassName
{
color: #DCB717;
}
</style>
background-color css
<style>
a { background-color: #DCB717; }
a { background-color: rgb(220,183,23); }
div.DivClassName
{
background-color: #DCB717;
}
.BgClassName
{
background-color: #DCB717;
}
</style>
border-color css
<style>
span { border-color: #DCB717; }
span { border-color: rgb(220,183,23); }
td.TdClassName
{
border-color: #DCB717;
}
.TagClassName
{
border-color: #DCB717;
}
</style>