Shades of Sunflower #DDBE16
Tints of Sunflower #DDBE16
RGB
CMYK
RGB Variations
Color information
#DDBE16 (or 0xDDBE16) is known color: Sunflower. HEX triplet: DD, BE and 16. RGB value is (221,190,22). Sum of RGB (Red+Green+Blue) = 221+190+22=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE16 is #2241E9. Grayscale: #B4B4B4. Windows color (decimal): -2245098 or 1490653. OLE color: 1490653.
HSL color Cylindrical-coordinate representation of color #DDBE16: hue angle of 50.65º 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 #DDBE16 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.13 |
| HSL | 50.65º | 0.82% | 0.48% | - |
| HSV(B) | 50.65º | 0.9% | 0.87% | - |
| XYZ | 48.38 | 52.26 | 8.3 | - |
| YUV | 180.12 | 38.77 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 22 | 0 | 0.14 | 0.90 | 0.13 | 50.65 | 0.82 | 0.48 |
| Hex | DD | BE | 16 | 0 | E | 5A | D | 33 | 52 | 30 |
| Octal | 335 | 276 | 26 | 0 | 16 | 132 | 15 | 63 | 122 | 60 |
| Binary | 11011101 | 10111110 | 10110 | 0 | 1110 | 1011010 | 1101 | 110011 | 1010010 | 110000 |
Color Harmonies of #DDBE16
Complementary color
Monochromatic Colors of #DDBE16
Black with #DDBE16
Text Example
Text Example
White with #DDBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE16; }
p { color: rgb(221,190,22); }
H1.HeaderClassName
{
color: #DDBE16;
}
.AnyTagClassName
{
color: #DDBE16;
}
</style>
background-color css
<style>
a { background-color: #DDBE16; }
a { background-color: rgb(221,190,22); }
div.DivClassName
{
background-color: #DDBE16;
}
.BgClassName
{
background-color: #DDBE16;
}
</style>
border-color css
<style>
span { border-color: #DDBE16; }
span { border-color: rgb(221,190,22); }
td.TdClassName
{
border-color: #DDBE16;
}
.TagClassName
{
border-color: #DDBE16;
}
</style>