Shades of Sunflower #DDC719
Tints of Sunflower #DDC719
RGB
CMYK
RGB Variations
Color information
#DDC719 (or 0xDDC719) is known color: Sunflower. HEX triplet: DD, C7 and 19. RGB value is (221,199,25). Sum of RGB (Red+Green+Blue) = 221+199+25=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC719 is #2238E6. Grayscale: #BABABA. Windows color (decimal): -2242791 or 1689565. OLE color: 1689565.
HSL color Cylindrical-coordinate representation of color #DDC719: hue angle of 53.27º 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 #DDC719 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 25 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.13 |
| HSL | 53.27º | 0.8% | 0.48% | - |
| HSV(B) | 53.27º | 0.89% | 0.87% | - |
| XYZ | 50.42 | 56.29 | 9.13 | - |
| YUV | 185.74 | 37.29 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 25 | 0 | 0.10 | 0.89 | 0.13 | 53.27 | 0.8 | 0.48 |
| Hex | DD | C7 | 19 | 0 | A | 59 | D | 35 | 50 | 30 |
| Octal | 335 | 307 | 31 | 0 | 12 | 131 | 15 | 65 | 120 | 60 |
| Binary | 11011101 | 11000111 | 11001 | 0 | 1010 | 1011001 | 1101 | 110101 | 1010000 | 110000 |
Color Harmonies of #DDC719
Complementary color
Monochromatic Colors of #DDC719
Black with #DDC719
Text Example
Text Example
White with #DDC719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC719; }
p { color: rgb(221,199,25); }
H1.HeaderClassName
{
color: #DDC719;
}
.AnyTagClassName
{
color: #DDC719;
}
</style>
background-color css
<style>
a { background-color: #DDC719; }
a { background-color: rgb(221,199,25); }
div.DivClassName
{
background-color: #DDC719;
}
.BgClassName
{
background-color: #DDC719;
}
</style>
border-color css
<style>
span { border-color: #DDC719; }
span { border-color: rgb(221,199,25); }
td.TdClassName
{
border-color: #DDC719;
}
.TagClassName
{
border-color: #DDC719;
}
</style>