Shades of Sunflower #DDC110
Tints of Sunflower #DDC110
RGB
CMYK
RGB Variations
Color information
#DDC110 (or 0xDDC110) is known color: Sunflower. HEX triplet: DD, C1 and 10. RGB value is (221,193,16). Sum of RGB (Red+Green+Blue) = 221+193+16=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC110 is #223EEF. Grayscale: #B5B5B5. Windows color (decimal): -2244336 or 1098205. OLE color: 1098205.
HSL color Cylindrical-coordinate representation of color #DDC110: hue angle of 51.8º 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 #DDC110 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.13 |
| HSL | 51.8º | 0.86% | 0.46% | - |
| HSV(B) | 51.8º | 0.93% | 0.87% | - |
| XYZ | 48.98 | 53.55 | 8.24 | - |
| YUV | 181.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 16 | 0 | 0.13 | 0.93 | 0.13 | 51.8 | 0.86 | 0.46 |
| Hex | DD | C1 | 10 | 0 | D | 5D | D | 34 | 56 | 2E |
| Octal | 335 | 301 | 20 | 0 | 15 | 135 | 15 | 64 | 126 | 56 |
| Binary | 11011101 | 11000001 | 10000 | 0 | 1101 | 1011101 | 1101 | 110100 | 1010110 | 101110 |
Color Harmonies of #DDC110
Complementary color
Monochromatic Colors of #DDC110
Black with #DDC110
Text Example
Text Example
White with #DDC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC110; }
p { color: rgb(221,193,16); }
H1.HeaderClassName
{
color: #DDC110;
}
.AnyTagClassName
{
color: #DDC110;
}
</style>
background-color css
<style>
a { background-color: #DDC110; }
a { background-color: rgb(221,193,16); }
div.DivClassName
{
background-color: #DDC110;
}
.BgClassName
{
background-color: #DDC110;
}
</style>
border-color css
<style>
span { border-color: #DDC110; }
span { border-color: rgb(221,193,16); }
td.TdClassName
{
border-color: #DDC110;
}
.TagClassName
{
border-color: #DDC110;
}
</style>