Shades of Sunflower #DDC416
Tints of Sunflower #DDC416
RGB
CMYK
RGB Variations
Color information
#DDC416 (or 0xDDC416) is known color: Sunflower. HEX triplet: DD, C4 and 16. RGB value is (221,196,22). Sum of RGB (Red+Green+Blue) = 221+196+22=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC416 is #223BE9. Grayscale: #B8B8B8. Windows color (decimal): -2243562 or 1492189. OLE color: 1492189.
HSL color Cylindrical-coordinate representation of color #DDC416: hue angle of 52.46º 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 #DDC416 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 22 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.13 |
| HSL | 52.46º | 0.82% | 0.48% | - |
| HSV(B) | 52.46º | 0.9% | 0.87% | - |
| XYZ | 49.7 | 54.91 | 8.74 | - |
| YUV | 183.64 | 36.78 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 22 | 0 | 0.11 | 0.90 | 0.13 | 52.46 | 0.82 | 0.48 |
| Hex | DD | C4 | 16 | 0 | B | 5A | D | 34 | 52 | 30 |
| Octal | 335 | 304 | 26 | 0 | 13 | 132 | 15 | 64 | 122 | 60 |
| Binary | 11011101 | 11000100 | 10110 | 0 | 1011 | 1011010 | 1101 | 110100 | 1010010 | 110000 |
Color Harmonies of #DDC416
Complementary color
Monochromatic Colors of #DDC416
Black with #DDC416
Text Example
Text Example
White with #DDC416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC416; }
p { color: rgb(221,196,22); }
H1.HeaderClassName
{
color: #DDC416;
}
.AnyTagClassName
{
color: #DDC416;
}
</style>
background-color css
<style>
a { background-color: #DDC416; }
a { background-color: rgb(221,196,22); }
div.DivClassName
{
background-color: #DDC416;
}
.BgClassName
{
background-color: #DDC416;
}
</style>
border-color css
<style>
span { border-color: #DDC416; }
span { border-color: rgb(221,196,22); }
td.TdClassName
{
border-color: #DDC416;
}
.TagClassName
{
border-color: #DDC416;
}
</style>