Shades of Sunflower #DCCD11
Tints of Sunflower #DCCD11
RGB
CMYK
RGB Variations
Color information
#DCCD11 (or 0xDCCD11) is known color: Sunflower. HEX triplet: DC, CD and 11. RGB value is (220,205,17). Sum of RGB (Red+Green+Blue) = 220+205+17=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD11 is #2332EE. Grayscale: #BCBCBC. Windows color (decimal): -2306799 or 1166812. OLE color: 1166812.
HSL color Cylindrical-coordinate representation of color #DCCD11: hue angle of 55.57º 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 #DCCD11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.14 |
| HSL | 55.57º | 0.86% | 0.46% | - |
| HSV(B) | 55.57º | 0.92% | 0.86% | - |
| XYZ | 51.45 | 58.92 | 9.19 | - |
| YUV | 188.05 | 31.47 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 17 | 0 | 0.07 | 0.92 | 0.14 | 55.57 | 0.86 | 0.46 |
| Hex | DC | CD | 11 | 0 | 7 | 5C | E | 38 | 56 | 2E |
| Octal | 334 | 315 | 21 | 0 | 7 | 134 | 16 | 70 | 126 | 56 |
| Binary | 11011100 | 11001101 | 10001 | 0 | 111 | 1011100 | 1110 | 111000 | 1010110 | 101110 |
Color Harmonies of #DCCD11
Complementary color
Monochromatic Colors of #DCCD11
Black with #DCCD11
Text Example
Text Example
White with #DCCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD11; }
p { color: rgb(220,205,17); }
H1.HeaderClassName
{
color: #DCCD11;
}
.AnyTagClassName
{
color: #DCCD11;
}
</style>
background-color css
<style>
a { background-color: #DCCD11; }
a { background-color: rgb(220,205,17); }
div.DivClassName
{
background-color: #DCCD11;
}
.BgClassName
{
background-color: #DCCD11;
}
</style>
border-color css
<style>
span { border-color: #DCCD11; }
span { border-color: rgb(220,205,17); }
td.TdClassName
{
border-color: #DCCD11;
}
.TagClassName
{
border-color: #DCCD11;
}
</style>