Shades of Sunflower #DCC50E
Tints of Sunflower #DCC50E
RGB
CMYK
RGB Variations
Color information
#DCC50E (or 0xDCC50E) is known color: Sunflower. HEX triplet: DC, C5 and 0E. RGB value is (220,197,14). Sum of RGB (Red+Green+Blue) = 220+197+14=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC50E is #233AF1. Grayscale: #B7B7B7. Windows color (decimal): -2308850 or 968156. OLE color: 968156.
HSL color Cylindrical-coordinate representation of color #DCC50E: hue angle of 53.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCC50E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.14 |
| HSL | 53.3º | 0.88% | 0.46% | - |
| HSV(B) | 53.3º | 0.94% | 0.86% | - |
| XYZ | 49.56 | 55.18 | 8.45 | - |
| YUV | 183.02 | 32.62 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 14 | 0 | 0.10 | 0.94 | 0.14 | 53.3 | 0.88 | 0.46 |
| Hex | DC | C5 | E | 0 | A | 5E | E | 35 | 58 | 2E |
| Octal | 334 | 305 | 16 | 0 | 12 | 136 | 16 | 65 | 130 | 56 |
| Binary | 11011100 | 11000101 | 1110 | 0 | 1010 | 1011110 | 1110 | 110101 | 1011000 | 101110 |
Color Harmonies of #DCC50E
Complementary color
Monochromatic Colors of #DCC50E
Black with #DCC50E
Text Example
Text Example
White with #DCC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC50E; }
p { color: rgb(220,197,14); }
H1.HeaderClassName
{
color: #DCC50E;
}
.AnyTagClassName
{
color: #DCC50E;
}
</style>
background-color css
<style>
a { background-color: #DCC50E; }
a { background-color: rgb(220,197,14); }
div.DivClassName
{
background-color: #DCC50E;
}
.BgClassName
{
background-color: #DCC50E;
}
</style>
border-color css
<style>
span { border-color: #DCC50E; }
span { border-color: rgb(220,197,14); }
td.TdClassName
{
border-color: #DCC50E;
}
.TagClassName
{
border-color: #DCC50E;
}
</style>