Shades of Sunflower #DDC717
Tints of Sunflower #DDC717
RGB
CMYK
RGB Variations
Color information
#DDC717 (or 0xDDC717) is known color: Sunflower. HEX triplet: DD, C7 and 17. RGB value is (221,199,23). Sum of RGB (Red+Green+Blue) = 221+199+23=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 23 (9.38% from 255 or 5.19% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC717 is #2238E8. Grayscale: #BABABA. Windows color (decimal): -2242793 or 1558493. OLE color: 1558493.
HSL color Cylindrical-coordinate representation of color #DDC717: hue angle of 53.33º degrees, saturation: 0.81, 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 #DDC717 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 23 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.13 |
| HSL | 53.33º | 0.81% | 0.48% | - |
| HSV(B) | 53.33º | 0.9% | 0.87% | - |
| XYZ | 50.4 | 56.28 | 9.02 | - |
| YUV | 185.51 | 36.29 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 23 | 0 | 0.10 | 0.90 | 0.13 | 53.33 | 0.81 | 0.48 |
| Hex | DD | C7 | 17 | 0 | A | 5A | D | 35 | 51 | 30 |
| Octal | 335 | 307 | 27 | 0 | 12 | 132 | 15 | 65 | 121 | 60 |
| Binary | 11011101 | 11000111 | 10111 | 0 | 1010 | 1011010 | 1101 | 110101 | 1010001 | 110000 |
Color Harmonies of #DDC717
Complementary color
Monochromatic Colors of #DDC717
Black with #DDC717
Text Example
Text Example
White with #DDC717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC717; }
p { color: rgb(221,199,23); }
H1.HeaderClassName
{
color: #DDC717;
}
.AnyTagClassName
{
color: #DDC717;
}
</style>
background-color css
<style>
a { background-color: #DDC717; }
a { background-color: rgb(221,199,23); }
div.DivClassName
{
background-color: #DDC717;
}
.BgClassName
{
background-color: #DDC717;
}
</style>
border-color css
<style>
span { border-color: #DDC717; }
span { border-color: rgb(221,199,23); }
td.TdClassName
{
border-color: #DDC717;
}
.TagClassName
{
border-color: #DDC717;
}
</style>