Shades of Sunflower #DDC909
Tints of Sunflower #DDC909
RGB
CMYK
RGB Variations
Color information
#DDC909 (or 0xDDC909) is known color: Sunflower. HEX triplet: DD, C9 and 09. RGB value is (221,201,9). Sum of RGB (Red+Green+Blue) = 221+201+9=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC909 is #2236F6. Grayscale: #B9B9B9. Windows color (decimal): -2242295 or 641501. OLE color: 641501.
HSL color Cylindrical-coordinate representation of color #DDC909: hue angle of 54.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDC909 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.13 |
| HSL | 54.34º | 0.92% | 0.45% | - |
| HSV(B) | 54.34º | 0.96% | 0.87% | - |
| XYZ | 50.75 | 57.17 | 8.62 | - |
| YUV | 185.09 | 28.63 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 9 | 0 | 0.09 | 0.96 | 0.13 | 54.34 | 0.92 | 0.45 |
| Hex | DD | C9 | 9 | 0 | 9 | 60 | D | 36 | 5C | 2D |
| Octal | 335 | 311 | 11 | 0 | 11 | 140 | 15 | 66 | 134 | 55 |
| Binary | 11011101 | 11001001 | 1001 | 0 | 1001 | 1100000 | 1101 | 110110 | 1011100 | 101101 |
Color Harmonies of #DDC909
Complementary color
Monochromatic Colors of #DDC909
Black with #DDC909
Text Example
Text Example
White with #DDC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC909; }
p { color: rgb(221,201,9); }
H1.HeaderClassName
{
color: #DDC909;
}
.AnyTagClassName
{
color: #DDC909;
}
</style>
background-color css
<style>
a { background-color: #DDC909; }
a { background-color: rgb(221,201,9); }
div.DivClassName
{
background-color: #DDC909;
}
.BgClassName
{
background-color: #DDC909;
}
</style>
border-color css
<style>
span { border-color: #DDC909; }
span { border-color: rgb(221,201,9); }
td.TdClassName
{
border-color: #DDC909;
}
.TagClassName
{
border-color: #DDC909;
}
</style>