Shades of Sunflower #DCB50F
Tints of Sunflower #DCB50F
RGB
CMYK
RGB Variations
Color information
#DCB50F (or 0xDCB50F) is known color: Sunflower. HEX triplet: DC, B5 and 0F. RGB value is (220,181,15). Sum of RGB (Red+Green+Blue) = 220+181+15=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB50F is #234AF0. Grayscale: #AEAEAE. Windows color (decimal): -2312945 or 1029596. OLE color: 1029596.
HSL color Cylindrical-coordinate representation of color #DCB50F: hue angle of 48.59º degrees, saturation: 0.87, 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 #DCB50F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.14 |
| HSL | 48.59º | 0.87% | 0.46% | - |
| HSV(B) | 48.59º | 0.93% | 0.86% | - |
| XYZ | 46.13 | 48.3 | 7.34 | - |
| YUV | 173.74 | 38.42 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 15 | 0 | 0.18 | 0.93 | 0.14 | 48.59 | 0.87 | 0.46 |
| Hex | DC | B5 | F | 0 | 12 | 5D | E | 31 | 57 | 2E |
| Octal | 334 | 265 | 17 | 0 | 22 | 135 | 16 | 61 | 127 | 56 |
| Binary | 11011100 | 10110101 | 1111 | 0 | 10010 | 1011101 | 1110 | 110001 | 1010111 | 101110 |
Color Harmonies of #DCB50F
Complementary color
Monochromatic Colors of #DCB50F
Black with #DCB50F
Text Example
Text Example
White with #DCB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB50F; }
p { color: rgb(220,181,15); }
H1.HeaderClassName
{
color: #DCB50F;
}
.AnyTagClassName
{
color: #DCB50F;
}
</style>
background-color css
<style>
a { background-color: #DCB50F; }
a { background-color: rgb(220,181,15); }
div.DivClassName
{
background-color: #DCB50F;
}
.BgClassName
{
background-color: #DCB50F;
}
</style>
border-color css
<style>
span { border-color: #DCB50F; }
span { border-color: rgb(220,181,15); }
td.TdClassName
{
border-color: #DCB50F;
}
.TagClassName
{
border-color: #DCB50F;
}
</style>