Shades of Sunflower #DCB710
Tints of Sunflower #DCB710
RGB
CMYK
RGB Variations
Color information
#DCB710 (or 0xDCB710) is known color: Sunflower. HEX triplet: DC, B7 and 10. RGB value is (220,183,16). Sum of RGB (Red+Green+Blue) = 220+183+16=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB710 is #2348EF. Grayscale: #AFAFAF. Windows color (decimal): -2312432 or 1095644. OLE color: 1095644.
HSL color Cylindrical-coordinate representation of color #DCB710: hue angle of 49.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCB710 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.14 |
| HSL | 49.12º | 0.86% | 0.46% | - |
| HSV(B) | 49.12º | 0.93% | 0.86% | - |
| XYZ | 46.54 | 49.12 | 7.52 | - |
| YUV | 175.03 | 38.26 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 16 | 0 | 0.17 | 0.93 | 0.14 | 49.12 | 0.86 | 0.46 |
| Hex | DC | B7 | 10 | 0 | 11 | 5D | E | 31 | 56 | 2E |
| Octal | 334 | 267 | 20 | 0 | 21 | 135 | 16 | 61 | 126 | 56 |
| Binary | 11011100 | 10110111 | 10000 | 0 | 10001 | 1011101 | 1110 | 110001 | 1010110 | 101110 |
Color Harmonies of #DCB710
Complementary color
Monochromatic Colors of #DCB710
Black with #DCB710
Text Example
Text Example
White with #DCB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB710; }
p { color: rgb(220,183,16); }
H1.HeaderClassName
{
color: #DCB710;
}
.AnyTagClassName
{
color: #DCB710;
}
</style>
background-color css
<style>
a { background-color: #DCB710; }
a { background-color: rgb(220,183,16); }
div.DivClassName
{
background-color: #DCB710;
}
.BgClassName
{
background-color: #DCB710;
}
</style>
border-color css
<style>
span { border-color: #DCB710; }
span { border-color: rgb(220,183,16); }
td.TdClassName
{
border-color: #DCB710;
}
.TagClassName
{
border-color: #DCB710;
}
</style>