Shades of Sunflower #DDB709
Tints of Sunflower #DDB709
RGB
CMYK
RGB Variations
Color information
#DDB709 (or 0xDDB709) is known color: Sunflower. HEX triplet: DD, B7 and 09. RGB value is (221,183,9). Sum of RGB (Red+Green+Blue) = 221+183+9=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB709 is #2248F6. Grayscale: #AFAFAF. Windows color (decimal): -2246903 or 636893. OLE color: 636893.
HSL color Cylindrical-coordinate representation of color #DDB709: hue angle of 49.25º 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 #DDB709 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.13 |
| HSL | 49.25º | 0.92% | 0.45% | - |
| HSV(B) | 49.25º | 0.96% | 0.87% | - |
| XYZ | 46.8 | 49.26 | 7.3 | - |
| YUV | 174.53 | 34.59 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 9 | 0 | 0.17 | 0.96 | 0.13 | 49.25 | 0.92 | 0.45 |
| Hex | DD | B7 | 9 | 0 | 11 | 60 | D | 31 | 5C | 2D |
| Octal | 335 | 267 | 11 | 0 | 21 | 140 | 15 | 61 | 134 | 55 |
| Binary | 11011101 | 10110111 | 1001 | 0 | 10001 | 1100000 | 1101 | 110001 | 1011100 | 101101 |
Color Harmonies of #DDB709
Complementary color
Monochromatic Colors of #DDB709
Black with #DDB709
Text Example
Text Example
White with #DDB709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB709; }
p { color: rgb(221,183,9); }
H1.HeaderClassName
{
color: #DDB709;
}
.AnyTagClassName
{
color: #DDB709;
}
</style>
background-color css
<style>
a { background-color: #DDB709; }
a { background-color: rgb(221,183,9); }
div.DivClassName
{
background-color: #DDB709;
}
.BgClassName
{
background-color: #DDB709;
}
</style>
border-color css
<style>
span { border-color: #DDB709; }
span { border-color: rgb(221,183,9); }
td.TdClassName
{
border-color: #DDB709;
}
.TagClassName
{
border-color: #DDB709;
}
</style>