Shades of Sunflower #DCB50C
Tints of Sunflower #DCB50C
RGB
CMYK
RGB Variations
Color information
#DCB50C (or 0xDCB50C) is known color: Sunflower. HEX triplet: DC, B5 and 0C. RGB value is (220,181,12). Sum of RGB (Red+Green+Blue) = 220+181+12=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB50C is #234AF3. Grayscale: #AEAEAE. Windows color (decimal): -2312948 or 832988. OLE color: 832988.
HSL color Cylindrical-coordinate representation of color #DCB50C: hue angle of 48.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCB50C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 12 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.14 |
| HSL | 48.75º | 0.9% | 0.45% | - |
| HSV(B) | 48.75º | 0.95% | 0.86% | - |
| XYZ | 46.11 | 48.29 | 7.24 | - |
| YUV | 173.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 12 | 0 | 0.18 | 0.95 | 0.14 | 48.75 | 0.9 | 0.45 |
| Hex | DC | B5 | C | 0 | 12 | 5F | E | 31 | 5A | 2D |
| Octal | 334 | 265 | 14 | 0 | 22 | 137 | 16 | 61 | 132 | 55 |
| Binary | 11011100 | 10110101 | 1100 | 0 | 10010 | 1011111 | 1110 | 110001 | 1011010 | 101101 |
Color Harmonies of #DCB50C
Complementary color
Monochromatic Colors of #DCB50C
Black with #DCB50C
Text Example
Text Example
White with #DCB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB50C; }
p { color: rgb(220,181,12); }
H1.HeaderClassName
{
color: #DCB50C;
}
.AnyTagClassName
{
color: #DCB50C;
}
</style>
background-color css
<style>
a { background-color: #DCB50C; }
a { background-color: rgb(220,181,12); }
div.DivClassName
{
background-color: #DCB50C;
}
.BgClassName
{
background-color: #DCB50C;
}
</style>
border-color css
<style>
span { border-color: #DCB50C; }
span { border-color: rgb(220,181,12); }
td.TdClassName
{
border-color: #DCB50C;
}
.TagClassName
{
border-color: #DCB50C;
}
</style>