Shades of Sunflower #DDC809
Tints of Sunflower #DDC809
RGB
CMYK
RGB Variations
Color information
#DDC809 (or 0xDDC809) is known color: Sunflower. HEX triplet: DD, C8 and 09. RGB value is (221,200,9). Sum of RGB (Red+Green+Blue) = 221+200+9=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 9 (3.91% from 255 or 2.09% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC809 is #2237F6. Grayscale: #B9B9B9. Windows color (decimal): -2242551 or 641245. OLE color: 641245.
HSL color Cylindrical-coordinate representation of color #DDC809: hue angle of 54.06º 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 #DDC809 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 9 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.13 |
| HSL | 54.06º | 0.92% | 0.45% | - |
| HSV(B) | 54.06º | 0.96% | 0.87% | - |
| XYZ | 50.52 | 56.7 | 8.54 | - |
| YUV | 184.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 9 | 0 | 0.10 | 0.96 | 0.13 | 54.06 | 0.92 | 0.45 |
| Hex | DD | C8 | 9 | 0 | A | 60 | D | 36 | 5C | 2D |
| Octal | 335 | 310 | 11 | 0 | 12 | 140 | 15 | 66 | 134 | 55 |
| Binary | 11011101 | 11001000 | 1001 | 0 | 1010 | 1100000 | 1101 | 110110 | 1011100 | 101101 |
Color Harmonies of #DDC809
Complementary color
Monochromatic Colors of #DDC809
Black with #DDC809
Text Example
Text Example
White with #DDC809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC809; }
p { color: rgb(221,200,9); }
H1.HeaderClassName
{
color: #DDC809;
}
.AnyTagClassName
{
color: #DDC809;
}
</style>
background-color css
<style>
a { background-color: #DDC809; }
a { background-color: rgb(221,200,9); }
div.DivClassName
{
background-color: #DDC809;
}
.BgClassName
{
background-color: #DDC809;
}
</style>
border-color css
<style>
span { border-color: #DDC809; }
span { border-color: rgb(221,200,9); }
td.TdClassName
{
border-color: #DDC809;
}
.TagClassName
{
border-color: #DDC809;
}
</style>