Shades of Sunflower #DDB909
Tints of Sunflower #DDB909
RGB
CMYK
RGB Variations
Color information
#DDB909 (or 0xDDB909) is known color: Sunflower. HEX triplet: DD, B9 and 09. RGB value is (221,185,9). Sum of RGB (Red+Green+Blue) = 221+185+9=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 9 (3.91% from 255 or 2.17% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB909 is #2246F6. Grayscale: #B0B0B0. Windows color (decimal): -2246391 or 637405. OLE color: 637405.
HSL color Cylindrical-coordinate representation of color #DDB909: hue angle of 49.81º 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 #DDB909 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.13 |
| HSL | 49.81º | 0.92% | 0.45% | - |
| HSV(B) | 49.81º | 0.96% | 0.87% | - |
| XYZ | 47.22 | 50.09 | 7.44 | - |
| YUV | 175.7 | 33.93 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 9 | 0 | 0.16 | 0.96 | 0.13 | 49.81 | 0.92 | 0.45 |
| Hex | DD | B9 | 9 | 0 | 10 | 60 | D | 32 | 5C | 2D |
| Octal | 335 | 271 | 11 | 0 | 20 | 140 | 15 | 62 | 134 | 55 |
| Binary | 11011101 | 10111001 | 1001 | 0 | 10000 | 1100000 | 1101 | 110010 | 1011100 | 101101 |
Color Harmonies of #DDB909
Complementary color
Monochromatic Colors of #DDB909
Black with #DDB909
Text Example
Text Example
White with #DDB909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB909; }
p { color: rgb(221,185,9); }
H1.HeaderClassName
{
color: #DDB909;
}
.AnyTagClassName
{
color: #DDB909;
}
</style>
background-color css
<style>
a { background-color: #DDB909; }
a { background-color: rgb(221,185,9); }
div.DivClassName
{
background-color: #DDB909;
}
.BgClassName
{
background-color: #DDB909;
}
</style>
border-color css
<style>
span { border-color: #DDB909; }
span { border-color: rgb(221,185,9); }
td.TdClassName
{
border-color: #DDB909;
}
.TagClassName
{
border-color: #DDB909;
}
</style>