Shades of Sunflower #DDC519
Tints of Sunflower #DDC519
RGB
CMYK
RGB Variations
Color information
#DDC519 (or 0xDDC519) is known color: Sunflower. HEX triplet: DD, C5 and 19. RGB value is (221,197,25). Sum of RGB (Red+Green+Blue) = 221+197+25=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC519 is #223AE6. Grayscale: #B9B9B9. Windows color (decimal): -2243303 or 1689053. OLE color: 1689053.
HSL color Cylindrical-coordinate representation of color #DDC519: hue angle of 52.65º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDC519 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 25 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.13 |
| HSL | 52.65º | 0.8% | 0.48% | - |
| HSV(B) | 52.65º | 0.89% | 0.87% | - |
| XYZ | 49.96 | 55.37 | 8.97 | - |
| YUV | 184.57 | 37.95 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 25 | 0 | 0.11 | 0.89 | 0.13 | 52.65 | 0.8 | 0.48 |
| Hex | DD | C5 | 19 | 0 | B | 59 | D | 35 | 50 | 30 |
| Octal | 335 | 305 | 31 | 0 | 13 | 131 | 15 | 65 | 120 | 60 |
| Binary | 11011101 | 11000101 | 11001 | 0 | 1011 | 1011001 | 1101 | 110101 | 1010000 | 110000 |
Color Harmonies of #DDC519
Complementary color
Monochromatic Colors of #DDC519
Black with #DDC519
Text Example
Text Example
White with #DDC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC519; }
p { color: rgb(221,197,25); }
H1.HeaderClassName
{
color: #DDC519;
}
.AnyTagClassName
{
color: #DDC519;
}
</style>
background-color css
<style>
a { background-color: #DDC519; }
a { background-color: rgb(221,197,25); }
div.DivClassName
{
background-color: #DDC519;
}
.BgClassName
{
background-color: #DDC519;
}
</style>
border-color css
<style>
span { border-color: #DDC519; }
span { border-color: rgb(221,197,25); }
td.TdClassName
{
border-color: #DDC519;
}
.TagClassName
{
border-color: #DDC519;
}
</style>