Shades of Sunflower #DDB809
Tints of Sunflower #DDB809
RGB
CMYK
RGB Variations
Color information
#DDB809 (or 0xDDB809) is known color: Sunflower. HEX triplet: DD, B8 and 09. RGB value is (221,184,9). Sum of RGB (Red+Green+Blue) = 221+184+9=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB809 is #2247F6. Grayscale: #AFAFAF. Windows color (decimal): -2246647 or 637149. OLE color: 637149.
HSL color Cylindrical-coordinate representation of color #DDB809: hue angle of 49.53º 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 #DDB809 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.13 |
| HSL | 49.53º | 0.92% | 0.45% | - |
| HSV(B) | 49.53º | 0.96% | 0.87% | - |
| XYZ | 47.01 | 49.67 | 7.37 | - |
| YUV | 175.11 | 34.26 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 9 | 0 | 0.17 | 0.96 | 0.13 | 49.53 | 0.92 | 0.45 |
| Hex | DD | B8 | 9 | 0 | 11 | 60 | D | 32 | 5C | 2D |
| Octal | 335 | 270 | 11 | 0 | 21 | 140 | 15 | 62 | 134 | 55 |
| Binary | 11011101 | 10111000 | 1001 | 0 | 10001 | 1100000 | 1101 | 110010 | 1011100 | 101101 |
Color Harmonies of #DDB809
Complementary color
Monochromatic Colors of #DDB809
Black with #DDB809
Text Example
Text Example
White with #DDB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB809; }
p { color: rgb(221,184,9); }
H1.HeaderClassName
{
color: #DDB809;
}
.AnyTagClassName
{
color: #DDB809;
}
</style>
background-color css
<style>
a { background-color: #DDB809; }
a { background-color: rgb(221,184,9); }
div.DivClassName
{
background-color: #DDB809;
}
.BgClassName
{
background-color: #DDB809;
}
</style>
border-color css
<style>
span { border-color: #DDB809; }
span { border-color: rgb(221,184,9); }
td.TdClassName
{
border-color: #DDB809;
}
.TagClassName
{
border-color: #DDB809;
}
</style>