Shades of Sunflower #DDC918
Tints of Sunflower #DDC918
RGB
CMYK
RGB Variations
Color information
#DDC918 (or 0xDDC918) is known color: Sunflower. HEX triplet: DD, C9 and 18. RGB value is (221,201,24). Sum of RGB (Red+Green+Blue) = 221+201+24=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC918 is #2236E7. Grayscale: #BBBBBB. Windows color (decimal): -2242280 or 1624541. OLE color: 1624541.
HSL color Cylindrical-coordinate representation of color #DDC918: hue angle of 53.91º 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 #DDC918 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 24 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.13 |
| HSL | 53.91º | 0.8% | 0.48% | - |
| HSV(B) | 53.91º | 0.89% | 0.87% | - |
| XYZ | 50.87 | 57.21 | 9.23 | - |
| YUV | 186.8 | 36.13 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 24 | 0 | 0.09 | 0.89 | 0.13 | 53.91 | 0.8 | 0.48 |
| Hex | DD | C9 | 18 | 0 | 9 | 59 | D | 36 | 50 | 30 |
| Octal | 335 | 311 | 30 | 0 | 11 | 131 | 15 | 66 | 120 | 60 |
| Binary | 11011101 | 11001001 | 11000 | 0 | 1001 | 1011001 | 1101 | 110110 | 1010000 | 110000 |
Color Harmonies of #DDC918
Complementary color
Monochromatic Colors of #DDC918
Black with #DDC918
Text Example
Text Example
White with #DDC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC918; }
p { color: rgb(221,201,24); }
H1.HeaderClassName
{
color: #DDC918;
}
.AnyTagClassName
{
color: #DDC918;
}
</style>
background-color css
<style>
a { background-color: #DDC918; }
a { background-color: rgb(221,201,24); }
div.DivClassName
{
background-color: #DDC918;
}
.BgClassName
{
background-color: #DDC918;
}
</style>
border-color css
<style>
span { border-color: #DDC918; }
span { border-color: rgb(221,201,24); }
td.TdClassName
{
border-color: #DDC918;
}
.TagClassName
{
border-color: #DDC918;
}
</style>