Shades of Sunflower #DDB209
Tints of Sunflower #DDB209
RGB
CMYK
RGB Variations
Color information
#DDB209 (or 0xDDB209) is known color: Sunflower. HEX triplet: DD, B2 and 09. RGB value is (221,178,9). Sum of RGB (Red+Green+Blue) = 221+178+9=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB209 is #224DF6. Grayscale: #ACACAC. Windows color (decimal): -2248183 or 635613. OLE color: 635613.
HSL color Cylindrical-coordinate representation of color #DDB209: hue angle of 47.83º 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 #DDB209 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.13 |
| HSL | 47.83º | 0.92% | 0.45% | - |
| HSV(B) | 47.83º | 0.96% | 0.87% | - |
| XYZ | 45.79 | 47.23 | 6.96 | - |
| YUV | 171.59 | 36.25 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 9 | 0 | 0.19 | 0.96 | 0.13 | 47.83 | 0.92 | 0.45 |
| Hex | DD | B2 | 9 | 0 | 13 | 60 | D | 30 | 5C | 2D |
| Octal | 335 | 262 | 11 | 0 | 23 | 140 | 15 | 60 | 134 | 55 |
| Binary | 11011101 | 10110010 | 1001 | 0 | 10011 | 1100000 | 1101 | 110000 | 1011100 | 101101 |
Color Harmonies of #DDB209
Complementary color
Monochromatic Colors of #DDB209
Black with #DDB209
Text Example
Text Example
White with #DDB209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB209; }
p { color: rgb(221,178,9); }
H1.HeaderClassName
{
color: #DDB209;
}
.AnyTagClassName
{
color: #DDB209;
}
</style>
background-color css
<style>
a { background-color: #DDB209; }
a { background-color: rgb(221,178,9); }
div.DivClassName
{
background-color: #DDB209;
}
.BgClassName
{
background-color: #DDB209;
}
</style>
border-color css
<style>
span { border-color: #DDB209; }
span { border-color: rgb(221,178,9); }
td.TdClassName
{
border-color: #DDB209;
}
.TagClassName
{
border-color: #DDB209;
}
</style>