Shades of Sunflower #DDBC16
Tints of Sunflower #DDBC16
RGB
CMYK
RGB Variations
Color information
#DDBC16 (or 0xDDBC16) is known color: Sunflower. HEX triplet: DD, BC and 16. RGB value is (221,188,22). Sum of RGB (Red+Green+Blue) = 221+188+22=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC16 is #2243E9. Grayscale: #B3B3B3. Windows color (decimal): -2245610 or 1490141. OLE color: 1490141.
HSL color Cylindrical-coordinate representation of color #DDBC16: hue angle of 50.05º 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 #DDBC16 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 22 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.13 |
| HSL | 50.05º | 0.82% | 0.48% | - |
| HSV(B) | 50.05º | 0.9% | 0.87% | - |
| XYZ | 47.95 | 51.4 | 8.15 | - |
| YUV | 178.94 | 39.43 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 22 | 0 | 0.15 | 0.90 | 0.13 | 50.05 | 0.82 | 0.48 |
| Hex | DD | BC | 16 | 0 | F | 5A | D | 32 | 52 | 30 |
| Octal | 335 | 274 | 26 | 0 | 17 | 132 | 15 | 62 | 122 | 60 |
| Binary | 11011101 | 10111100 | 10110 | 0 | 1111 | 1011010 | 1101 | 110010 | 1010010 | 110000 |
Color Harmonies of #DDBC16
Complementary color
Monochromatic Colors of #DDBC16
Black with #DDBC16
Text Example
Text Example
White with #DDBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC16; }
p { color: rgb(221,188,22); }
H1.HeaderClassName
{
color: #DDBC16;
}
.AnyTagClassName
{
color: #DDBC16;
}
</style>
background-color css
<style>
a { background-color: #DDBC16; }
a { background-color: rgb(221,188,22); }
div.DivClassName
{
background-color: #DDBC16;
}
.BgClassName
{
background-color: #DDBC16;
}
</style>
border-color css
<style>
span { border-color: #DDBC16; }
span { border-color: rgb(221,188,22); }
td.TdClassName
{
border-color: #DDBC16;
}
.TagClassName
{
border-color: #DDBC16;
}
</style>