Shades of Sunflower #DDD110
Tints of Sunflower #DDD110
RGB
CMYK
RGB Variations
Color information
#DDD110 (or 0xDDD110) is known color: Sunflower. HEX triplet: DD, D1 and 10. RGB value is (221,209,16). Sum of RGB (Red+Green+Blue) = 221+209+16=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD110 is #222EEF. Grayscale: #BFBFBF. Windows color (decimal): -2240240 or 1102301. OLE color: 1102301.
HSL color Cylindrical-coordinate representation of color #DDD110: hue angle of 56.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDD110 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 16 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.13 |
| HSL | 56.49º | 0.86% | 0.46% | - |
| HSV(B) | 56.49º | 0.93% | 0.87% | - |
| XYZ | 52.71 | 61.01 | 9.49 | - |
| YUV | 190.59 | 29.48 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 16 | 0 | 0.05 | 0.93 | 0.13 | 56.49 | 0.86 | 0.46 |
| Hex | DD | D1 | 10 | 0 | 5 | 5D | D | 38 | 56 | 2E |
| Octal | 335 | 321 | 20 | 0 | 5 | 135 | 15 | 70 | 126 | 56 |
| Binary | 11011101 | 11010001 | 10000 | 0 | 101 | 1011101 | 1101 | 111000 | 1010110 | 101110 |
Color Harmonies of #DDD110
Complementary color
Monochromatic Colors of #DDD110
Black with #DDD110
Text Example
Text Example
White with #DDD110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD110; }
p { color: rgb(221,209,16); }
H1.HeaderClassName
{
color: #DDD110;
}
.AnyTagClassName
{
color: #DDD110;
}
</style>
background-color css
<style>
a { background-color: #DDD110; }
a { background-color: rgb(221,209,16); }
div.DivClassName
{
background-color: #DDD110;
}
.BgClassName
{
background-color: #DDD110;
}
</style>
border-color css
<style>
span { border-color: #DDD110; }
span { border-color: rgb(221,209,16); }
td.TdClassName
{
border-color: #DDD110;
}
.TagClassName
{
border-color: #DDD110;
}
</style>