Shades of Sunflower #DDBC09
Tints of Sunflower #DDBC09
RGB
CMYK
RGB Variations
Color information
#DDBC09 (or 0xDDBC09) is known color: Sunflower. HEX triplet: DD, BC and 09. RGB value is (221,188,9). Sum of RGB (Red+Green+Blue) = 221+188+9=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC09 is #2243F6. Grayscale: #B2B2B2. Windows color (decimal): -2245623 or 638173. OLE color: 638173.
HSL color Cylindrical-coordinate representation of color #DDBC09: hue angle of 50.66º 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 #DDBC09 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.13 |
| HSL | 50.66º | 0.92% | 0.45% | - |
| HSV(B) | 50.66º | 0.96% | 0.87% | - |
| XYZ | 47.85 | 51.36 | 7.65 | - |
| YUV | 177.46 | 32.93 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 9 | 0 | 0.15 | 0.96 | 0.13 | 50.66 | 0.92 | 0.45 |
| Hex | DD | BC | 9 | 0 | F | 60 | D | 33 | 5C | 2D |
| Octal | 335 | 274 | 11 | 0 | 17 | 140 | 15 | 63 | 134 | 55 |
| Binary | 11011101 | 10111100 | 1001 | 0 | 1111 | 1100000 | 1101 | 110011 | 1011100 | 101101 |
Color Harmonies of #DDBC09
Complementary color
Monochromatic Colors of #DDBC09
Black with #DDBC09
Text Example
Text Example
White with #DDBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC09; }
p { color: rgb(221,188,9); }
H1.HeaderClassName
{
color: #DDBC09;
}
.AnyTagClassName
{
color: #DDBC09;
}
</style>
background-color css
<style>
a { background-color: #DDBC09; }
a { background-color: rgb(221,188,9); }
div.DivClassName
{
background-color: #DDBC09;
}
.BgClassName
{
background-color: #DDBC09;
}
</style>
border-color css
<style>
span { border-color: #DDBC09; }
span { border-color: rgb(221,188,9); }
td.TdClassName
{
border-color: #DDBC09;
}
.TagClassName
{
border-color: #DDBC09;
}
</style>