Shades of Sunflower #DDC917
Tints of Sunflower #DDC917
RGB
CMYK
RGB Variations
Color information
#DDC917 (or 0xDDC917) is known color: Sunflower. HEX triplet: DD, C9 and 17. RGB value is (221,201,23). Sum of RGB (Red+Green+Blue) = 221+201+23=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 23 (9.38% from 255 or 5.17% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC917 is #2236E8. Grayscale: #BBBBBB. Windows color (decimal): -2242281 or 1559005. OLE color: 1559005.
HSL color Cylindrical-coordinate representation of color #DDC917: hue angle of 53.94º 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 #DDC917 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 23 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.13 |
| HSL | 53.94º | 0.81% | 0.48% | - |
| HSV(B) | 53.94º | 0.9% | 0.87% | - |
| XYZ | 50.86 | 57.21 | 9.17 | - |
| YUV | 186.69 | 35.63 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 23 | 0 | 0.09 | 0.90 | 0.13 | 53.94 | 0.81 | 0.48 |
| Hex | DD | C9 | 17 | 0 | 9 | 5A | D | 36 | 51 | 30 |
| Octal | 335 | 311 | 27 | 0 | 11 | 132 | 15 | 66 | 121 | 60 |
| Binary | 11011101 | 11001001 | 10111 | 0 | 1001 | 1011010 | 1101 | 110110 | 1010001 | 110000 |
Color Harmonies of #DDC917
Complementary color
Monochromatic Colors of #DDC917
Black with #DDC917
Text Example
Text Example
White with #DDC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC917; }
p { color: rgb(221,201,23); }
H1.HeaderClassName
{
color: #DDC917;
}
.AnyTagClassName
{
color: #DDC917;
}
</style>
background-color css
<style>
a { background-color: #DDC917; }
a { background-color: rgb(221,201,23); }
div.DivClassName
{
background-color: #DDC917;
}
.BgClassName
{
background-color: #DDC917;
}
</style>
border-color css
<style>
span { border-color: #DDC917; }
span { border-color: rgb(221,201,23); }
td.TdClassName
{
border-color: #DDC917;
}
.TagClassName
{
border-color: #DDC917;
}
</style>