Shades of Sunflower #DDBD16
Tints of Sunflower #DDBD16
RGB
CMYK
RGB Variations
Color information
#DDBD16 (or 0xDDBD16) is known color: Sunflower. HEX triplet: DD, BD and 16. RGB value is (221,189,22). Sum of RGB (Red+Green+Blue) = 221+189+22=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD16 is #2242E9. Grayscale: #B4B4B4. Windows color (decimal): -2245354 or 1490397. OLE color: 1490397.
HSL color Cylindrical-coordinate representation of color #DDBD16: hue angle of 50.35º 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 #DDBD16 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.13 |
| HSL | 50.35º | 0.82% | 0.48% | - |
| HSV(B) | 50.35º | 0.9% | 0.87% | - |
| XYZ | 48.16 | 51.83 | 8.22 | - |
| YUV | 179.53 | 39.1 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 22 | 0 | 0.14 | 0.90 | 0.13 | 50.35 | 0.82 | 0.48 |
| Hex | DD | BD | 16 | 0 | E | 5A | D | 32 | 52 | 30 |
| Octal | 335 | 275 | 26 | 0 | 16 | 132 | 15 | 62 | 122 | 60 |
| Binary | 11011101 | 10111101 | 10110 | 0 | 1110 | 1011010 | 1101 | 110010 | 1010010 | 110000 |
Color Harmonies of #DDBD16
Complementary color
Monochromatic Colors of #DDBD16
Black with #DDBD16
Text Example
Text Example
White with #DDBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD16; }
p { color: rgb(221,189,22); }
H1.HeaderClassName
{
color: #DDBD16;
}
.AnyTagClassName
{
color: #DDBD16;
}
</style>
background-color css
<style>
a { background-color: #DDBD16; }
a { background-color: rgb(221,189,22); }
div.DivClassName
{
background-color: #DDBD16;
}
.BgClassName
{
background-color: #DDBD16;
}
</style>
border-color css
<style>
span { border-color: #DDBD16; }
span { border-color: rgb(221,189,22); }
td.TdClassName
{
border-color: #DDBD16;
}
.TagClassName
{
border-color: #DDBD16;
}
</style>