Shades of Sunflower #DDC116
Tints of Sunflower #DDC116
RGB
CMYK
RGB Variations
Color information
#DDC116 (or 0xDDC116) is known color: Sunflower. HEX triplet: DD, C1 and 16. RGB value is (221,193,22). Sum of RGB (Red+Green+Blue) = 221+193+22=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC116 is #223EE9. Grayscale: #B6B6B6. Windows color (decimal): -2244330 or 1491421. OLE color: 1491421.
HSL color Cylindrical-coordinate representation of color #DDC116: hue angle of 51.56º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC116 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 22 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.13 |
| HSL | 51.56º | 0.82% | 0.48% | - |
| HSV(B) | 51.56º | 0.9% | 0.87% | - |
| XYZ | 49.03 | 53.57 | 8.51 | - |
| YUV | 181.88 | 37.78 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 22 | 0 | 0.13 | 0.90 | 0.13 | 51.56 | 0.82 | 0.48 |
| Hex | DD | C1 | 16 | 0 | D | 5A | D | 34 | 52 | 30 |
| Octal | 335 | 301 | 26 | 0 | 15 | 132 | 15 | 64 | 122 | 60 |
| Binary | 11011101 | 11000001 | 10110 | 0 | 1101 | 1011010 | 1101 | 110100 | 1010010 | 110000 |
Color Harmonies of #DDC116
Complementary color
Monochromatic Colors of #DDC116
Black with #DDC116
Text Example
Text Example
White with #DDC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC116; }
p { color: rgb(221,193,22); }
H1.HeaderClassName
{
color: #DDC116;
}
.AnyTagClassName
{
color: #DDC116;
}
</style>
background-color css
<style>
a { background-color: #DDC116; }
a { background-color: rgb(221,193,22); }
div.DivClassName
{
background-color: #DDC116;
}
.BgClassName
{
background-color: #DDC116;
}
</style>
border-color css
<style>
span { border-color: #DDC116; }
span { border-color: rgb(221,193,22); }
td.TdClassName
{
border-color: #DDC116;
}
.TagClassName
{
border-color: #DDC116;
}
</style>