Shades of Sunflower #DCB410
Tints of Sunflower #DCB410
RGB
CMYK
RGB Variations
Color information
#DCB410 (or 0xDCB410) is known color: Sunflower. HEX triplet: DC, B4 and 10. RGB value is (220,180,16). Sum of RGB (Red+Green+Blue) = 220+180+16=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB410 is #234BEF. Grayscale: #ADADAD. Windows color (decimal): -2313200 or 1094876. OLE color: 1094876.
HSL color Cylindrical-coordinate representation of color #DCB410: hue angle of 48.24º 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 #DCB410 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 16 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.14 |
| HSL | 48.24º | 0.86% | 0.46% | - |
| HSV(B) | 48.24º | 0.93% | 0.86% | - |
| XYZ | 45.93 | 47.9 | 7.31 | - |
| YUV | 173.26 | 39.25 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 16 | 0 | 0.18 | 0.93 | 0.14 | 48.24 | 0.86 | 0.46 |
| Hex | DC | B4 | 10 | 0 | 12 | 5D | E | 30 | 56 | 2E |
| Octal | 334 | 264 | 20 | 0 | 22 | 135 | 16 | 60 | 126 | 56 |
| Binary | 11011100 | 10110100 | 10000 | 0 | 10010 | 1011101 | 1110 | 110000 | 1010110 | 101110 |
Color Harmonies of #DCB410
Complementary color
Monochromatic Colors of #DCB410
Black with #DCB410
Text Example
Text Example
White with #DCB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB410; }
p { color: rgb(220,180,16); }
H1.HeaderClassName
{
color: #DCB410;
}
.AnyTagClassName
{
color: #DCB410;
}
</style>
background-color css
<style>
a { background-color: #DCB410; }
a { background-color: rgb(220,180,16); }
div.DivClassName
{
background-color: #DCB410;
}
.BgClassName
{
background-color: #DCB410;
}
</style>
border-color css
<style>
span { border-color: #DCB410; }
span { border-color: rgb(220,180,16); }
td.TdClassName
{
border-color: #DCB410;
}
.TagClassName
{
border-color: #DCB410;
}
</style>