Shades of Sunflower #DDC409
Tints of Sunflower #DDC409
RGB
CMYK
RGB Variations
Color information
#DDC409 (or 0xDDC409) is known color: Sunflower. HEX triplet: DD, C4 and 09. RGB value is (221,196,9). Sum of RGB (Red+Green+Blue) = 221+196+9=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 9 (3.91% from 255 or 2.11% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC409 is #223BF6. Grayscale: #B6B6B6. Windows color (decimal): -2243575 or 640221. OLE color: 640221.
HSL color Cylindrical-coordinate representation of color #DDC409: hue angle of 52.92º 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 #DDC409 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.13 |
| HSL | 52.92º | 0.92% | 0.45% | - |
| HSV(B) | 52.92º | 0.96% | 0.87% | - |
| XYZ | 49.61 | 54.87 | 8.24 | - |
| YUV | 182.16 | 30.28 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 9 | 0 | 0.11 | 0.96 | 0.13 | 52.92 | 0.92 | 0.45 |
| Hex | DD | C4 | 9 | 0 | B | 60 | D | 35 | 5C | 2D |
| Octal | 335 | 304 | 11 | 0 | 13 | 140 | 15 | 65 | 134 | 55 |
| Binary | 11011101 | 11000100 | 1001 | 0 | 1011 | 1100000 | 1101 | 110101 | 1011100 | 101101 |
Color Harmonies of #DDC409
Complementary color
Monochromatic Colors of #DDC409
Black with #DDC409
Text Example
Text Example
White with #DDC409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC409; }
p { color: rgb(221,196,9); }
H1.HeaderClassName
{
color: #DDC409;
}
.AnyTagClassName
{
color: #DDC409;
}
</style>
background-color css
<style>
a { background-color: #DDC409; }
a { background-color: rgb(221,196,9); }
div.DivClassName
{
background-color: #DDC409;
}
.BgClassName
{
background-color: #DDC409;
}
</style>
border-color css
<style>
span { border-color: #DDC409; }
span { border-color: rgb(221,196,9); }
td.TdClassName
{
border-color: #DDC409;
}
.TagClassName
{
border-color: #DDC409;
}
</style>