Shades of Sunflower #DDB716
Tints of Sunflower #DDB716
RGB
CMYK
RGB Variations
Color information
#DDB716 (or 0xDDB716) is known color: Sunflower. HEX triplet: DD, B7 and 16. RGB value is (221,183,22). Sum of RGB (Red+Green+Blue) = 221+183+22=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB716 is #2248E9. Grayscale: #B0B0B0. Windows color (decimal): -2246890 or 1488861. OLE color: 1488861.
HSL color Cylindrical-coordinate representation of color #DDB716: hue angle of 48.54º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDB716 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 22 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.13 |
| HSL | 48.54º | 0.82% | 0.48% | - |
| HSV(B) | 48.54º | 0.9% | 0.87% | - |
| XYZ | 46.9 | 49.3 | 7.8 | - |
| YUV | 176.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 22 | 0 | 0.17 | 0.90 | 0.13 | 48.54 | 0.82 | 0.48 |
| Hex | DD | B7 | 16 | 0 | 11 | 5A | D | 31 | 52 | 30 |
| Octal | 335 | 267 | 26 | 0 | 21 | 132 | 15 | 61 | 122 | 60 |
| Binary | 11011101 | 10110111 | 10110 | 0 | 10001 | 1011010 | 1101 | 110001 | 1010010 | 110000 |
Color Harmonies of #DDB716
Complementary color
Monochromatic Colors of #DDB716
Black with #DDB716
Text Example
Text Example
White with #DDB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB716; }
p { color: rgb(221,183,22); }
H1.HeaderClassName
{
color: #DDB716;
}
.AnyTagClassName
{
color: #DDB716;
}
</style>
background-color css
<style>
a { background-color: #DDB716; }
a { background-color: rgb(221,183,22); }
div.DivClassName
{
background-color: #DDB716;
}
.BgClassName
{
background-color: #DDB716;
}
</style>
border-color css
<style>
span { border-color: #DDB716; }
span { border-color: rgb(221,183,22); }
td.TdClassName
{
border-color: #DDB716;
}
.TagClassName
{
border-color: #DDB716;
}
</style>