Shades of Sunflower #DDCD11
Tints of Sunflower #DDCD11
RGB
CMYK
RGB Variations
Color information
#DDCD11 (or 0xDDCD11) is known color: Sunflower. HEX triplet: DD, CD and 11. RGB value is (221,205,17). Sum of RGB (Red+Green+Blue) = 221+205+17=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD11 is #2232EE. Grayscale: #BDBDBD. Windows color (decimal): -2241263 or 1166813. OLE color: 1166813.
HSL color Cylindrical-coordinate representation of color #DDCD11: hue angle of 55.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDCD11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.13 |
| HSL | 55.29º | 0.86% | 0.47% | - |
| HSV(B) | 55.29º | 0.92% | 0.87% | - |
| XYZ | 51.75 | 59.08 | 9.21 | - |
| YUV | 188.35 | 31.3 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 17 | 0 | 0.07 | 0.92 | 0.13 | 55.29 | 0.86 | 0.47 |
| Hex | DD | CD | 11 | 0 | 7 | 5C | D | 37 | 56 | 2F |
| Octal | 335 | 315 | 21 | 0 | 7 | 134 | 15 | 67 | 126 | 57 |
| Binary | 11011101 | 11001101 | 10001 | 0 | 111 | 1011100 | 1101 | 110111 | 1010110 | 101111 |
Color Harmonies of #DDCD11
Complementary color
Monochromatic Colors of #DDCD11
Black with #DDCD11
Text Example
Text Example
White with #DDCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD11; }
p { color: rgb(221,205,17); }
H1.HeaderClassName
{
color: #DDCD11;
}
.AnyTagClassName
{
color: #DDCD11;
}
</style>
background-color css
<style>
a { background-color: #DDCD11; }
a { background-color: rgb(221,205,17); }
div.DivClassName
{
background-color: #DDCD11;
}
.BgClassName
{
background-color: #DDCD11;
}
</style>
border-color css
<style>
span { border-color: #DDCD11; }
span { border-color: rgb(221,205,17); }
td.TdClassName
{
border-color: #DDCD11;
}
.TagClassName
{
border-color: #DDCD11;
}
</style>