Shades of Sunflower #DDBF16
Tints of Sunflower #DDBF16
RGB
CMYK
RGB Variations
Color information
#DDBF16 (or 0xDDBF16) is known color: Sunflower. HEX triplet: DD, BF and 16. RGB value is (221,191,22). Sum of RGB (Red+Green+Blue) = 221+191+22=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBF16 is #2240E9. Grayscale: #B5B5B5. Windows color (decimal): -2244842 or 1490909. OLE color: 1490909.
HSL color Cylindrical-coordinate representation of color #DDBF16: hue angle of 50.95º 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 #DDBF16 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.13 |
| HSL | 50.95º | 0.82% | 0.48% | - |
| HSV(B) | 50.95º | 0.9% | 0.87% | - |
| XYZ | 48.59 | 52.69 | 8.37 | - |
| YUV | 180.7 | 38.44 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 22 | 0 | 0.14 | 0.90 | 0.13 | 50.95 | 0.82 | 0.48 |
| Hex | DD | BF | 16 | 0 | E | 5A | D | 33 | 52 | 30 |
| Octal | 335 | 277 | 26 | 0 | 16 | 132 | 15 | 63 | 122 | 60 |
| Binary | 11011101 | 10111111 | 10110 | 0 | 1110 | 1011010 | 1101 | 110011 | 1010010 | 110000 |
Color Harmonies of #DDBF16
Complementary color
Monochromatic Colors of #DDBF16
Black with #DDBF16
Text Example
Text Example
White with #DDBF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF16; }
p { color: rgb(221,191,22); }
H1.HeaderClassName
{
color: #DDBF16;
}
.AnyTagClassName
{
color: #DDBF16;
}
</style>
background-color css
<style>
a { background-color: #DDBF16; }
a { background-color: rgb(221,191,22); }
div.DivClassName
{
background-color: #DDBF16;
}
.BgClassName
{
background-color: #DDBF16;
}
</style>
border-color css
<style>
span { border-color: #DDBF16; }
span { border-color: rgb(221,191,22); }
td.TdClassName
{
border-color: #DDBF16;
}
.TagClassName
{
border-color: #DDBF16;
}
</style>