Shades of Sunflower #DCC511
Tints of Sunflower #DCC511
RGB
CMYK
RGB Variations
Color information
#DCC511 (or 0xDCC511) is known color: Sunflower. HEX triplet: DC, C5 and 11. RGB value is (220,197,17). Sum of RGB (Red+Green+Blue) = 220+197+17=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC511 is #233AEE. Grayscale: #B8B8B8. Windows color (decimal): -2308847 or 1164764. OLE color: 1164764.
HSL color Cylindrical-coordinate representation of color #DCC511: hue angle of 53.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCC511 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 17 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.14 |
| HSL | 53.2º | 0.86% | 0.46% | - |
| HSV(B) | 53.2º | 0.92% | 0.86% | - |
| XYZ | 49.58 | 55.19 | 8.57 | - |
| YUV | 183.36 | 34.12 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 17 | 0 | 0.10 | 0.92 | 0.14 | 53.2 | 0.86 | 0.46 |
| Hex | DC | C5 | 11 | 0 | A | 5C | E | 35 | 56 | 2E |
| Octal | 334 | 305 | 21 | 0 | 12 | 134 | 16 | 65 | 126 | 56 |
| Binary | 11011100 | 11000101 | 10001 | 0 | 1010 | 1011100 | 1110 | 110101 | 1010110 | 101110 |
Color Harmonies of #DCC511
Complementary color
Monochromatic Colors of #DCC511
Black with #DCC511
Text Example
Text Example
White with #DCC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC511; }
p { color: rgb(220,197,17); }
H1.HeaderClassName
{
color: #DCC511;
}
.AnyTagClassName
{
color: #DCC511;
}
</style>
background-color css
<style>
a { background-color: #DCC511; }
a { background-color: rgb(220,197,17); }
div.DivClassName
{
background-color: #DCC511;
}
.BgClassName
{
background-color: #DCC511;
}
</style>
border-color css
<style>
span { border-color: #DCC511; }
span { border-color: rgb(220,197,17); }
td.TdClassName
{
border-color: #DCC511;
}
.TagClassName
{
border-color: #DCC511;
}
</style>