Shades of Sunflower #DCB516
Tints of Sunflower #DCB516
RGB
CMYK
RGB Variations
Color information
#DCB516 (or 0xDCB516) is known color: Sunflower. HEX triplet: DC, B5 and 16. RGB value is (220,181,22). Sum of RGB (Red+Green+Blue) = 220+181+22=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB516 is #234AE9. Grayscale: #AFAFAF. Windows color (decimal): -2312938 or 1488348. OLE color: 1488348.
HSL color Cylindrical-coordinate representation of color #DCB516: hue angle of 48.18º degrees, saturation: 0.82, 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 #DCB516 is Cyan = 0, Magento = 0.18, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 22 | - |
| CMYK | 0 | 0.18 | 0.9 | 0.14 |
| HSL | 48.18º | 0.82% | 0.47% | - |
| HSV(B) | 48.18º | 0.9% | 0.86% | - |
| XYZ | 46.18 | 48.32 | 7.65 | - |
| YUV | 174.54 | 41.92 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 22 | 0 | 0.18 | 0.9 | 0.14 | 48.18 | 0.82 | 0.47 |
| Hex | DC | B5 | 16 | 0 | 12 | 5A | E | 30 | 52 | 2F |
| Octal | 334 | 265 | 26 | 0 | 22 | 132 | 16 | 60 | 122 | 57 |
| Binary | 11011100 | 10110101 | 10110 | 0 | 10010 | 1011010 | 1110 | 110000 | 1010010 | 101111 |
Color Harmonies of #DCB516
Complementary color
Monochromatic Colors of #DCB516
Black with #DCB516
Text Example
Text Example
White with #DCB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB516; }
p { color: rgb(220,181,22); }
H1.HeaderClassName
{
color: #DCB516;
}
.AnyTagClassName
{
color: #DCB516;
}
</style>
background-color css
<style>
a { background-color: #DCB516; }
a { background-color: rgb(220,181,22); }
div.DivClassName
{
background-color: #DCB516;
}
.BgClassName
{
background-color: #DCB516;
}
</style>
border-color css
<style>
span { border-color: #DCB516; }
span { border-color: rgb(220,181,22); }
td.TdClassName
{
border-color: #DCB516;
}
.TagClassName
{
border-color: #DCB516;
}
</style>