Shades of Sunflower #DDBA16
Tints of Sunflower #DDBA16
RGB
CMYK
RGB Variations
Color information
#DDBA16 (or 0xDDBA16) is known color: Sunflower. HEX triplet: DD, BA and 16. RGB value is (221,186,22). Sum of RGB (Red+Green+Blue) = 221+186+22=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA16 is #2245E9. Grayscale: #B2B2B2. Windows color (decimal): -2246122 or 1489629. OLE color: 1489629.
HSL color Cylindrical-coordinate representation of color #DDBA16: hue angle of 49.45º 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 #DDBA16 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 22 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.13 |
| HSL | 49.45º | 0.82% | 0.48% | - |
| HSV(B) | 49.45º | 0.9% | 0.87% | - |
| XYZ | 47.52 | 50.55 | 8.01 | - |
| YUV | 177.77 | 40.1 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 22 | 0 | 0.16 | 0.90 | 0.13 | 49.45 | 0.82 | 0.48 |
| Hex | DD | BA | 16 | 0 | 10 | 5A | D | 31 | 52 | 30 |
| Octal | 335 | 272 | 26 | 0 | 20 | 132 | 15 | 61 | 122 | 60 |
| Binary | 11011101 | 10111010 | 10110 | 0 | 10000 | 1011010 | 1101 | 110001 | 1010010 | 110000 |
Color Harmonies of #DDBA16
Complementary color
Monochromatic Colors of #DDBA16
Black with #DDBA16
Text Example
Text Example
White with #DDBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA16; }
p { color: rgb(221,186,22); }
H1.HeaderClassName
{
color: #DDBA16;
}
.AnyTagClassName
{
color: #DDBA16;
}
</style>
background-color css
<style>
a { background-color: #DDBA16; }
a { background-color: rgb(221,186,22); }
div.DivClassName
{
background-color: #DDBA16;
}
.BgClassName
{
background-color: #DDBA16;
}
</style>
border-color css
<style>
span { border-color: #DDBA16; }
span { border-color: rgb(221,186,22); }
td.TdClassName
{
border-color: #DDBA16;
}
.TagClassName
{
border-color: #DDBA16;
}
</style>