Shades of Sunflower #DDC617
Tints of Sunflower #DDC617
RGB
CMYK
RGB Variations
Color information
#DDC617 (or 0xDDC617) is known color: Sunflower. HEX triplet: DD, C6 and 17. RGB value is (221,198,23). Sum of RGB (Red+Green+Blue) = 221+198+23=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC617 is #2239E8. Grayscale: #B9B9B9. Windows color (decimal): -2243049 or 1558237. OLE color: 1558237.
HSL color Cylindrical-coordinate representation of color #DDC617: hue angle of 53.03º 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 #DDC617 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 23 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.13 |
| HSL | 53.03º | 0.81% | 0.48% | - |
| HSV(B) | 53.03º | 0.9% | 0.87% | - |
| XYZ | 50.17 | 55.82 | 8.94 | - |
| YUV | 184.93 | 36.62 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 23 | 0 | 0.10 | 0.90 | 0.13 | 53.03 | 0.81 | 0.48 |
| Hex | DD | C6 | 17 | 0 | A | 5A | D | 35 | 51 | 30 |
| Octal | 335 | 306 | 27 | 0 | 12 | 132 | 15 | 65 | 121 | 60 |
| Binary | 11011101 | 11000110 | 10111 | 0 | 1010 | 1011010 | 1101 | 110101 | 1010001 | 110000 |
Color Harmonies of #DDC617
Complementary color
Monochromatic Colors of #DDC617
Black with #DDC617
Text Example
Text Example
White with #DDC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC617; }
p { color: rgb(221,198,23); }
H1.HeaderClassName
{
color: #DDC617;
}
.AnyTagClassName
{
color: #DDC617;
}
</style>
background-color css
<style>
a { background-color: #DDC617; }
a { background-color: rgb(221,198,23); }
div.DivClassName
{
background-color: #DDC617;
}
.BgClassName
{
background-color: #DDC617;
}
</style>
border-color css
<style>
span { border-color: #DDC617; }
span { border-color: rgb(221,198,23); }
td.TdClassName
{
border-color: #DDC617;
}
.TagClassName
{
border-color: #DDC617;
}
</style>