Shades of Sunflower #DDBE20
Tints of Sunflower #DDBE20
RGB
CMYK
RGB Variations
Color information
#DDBE20 (or 0xDDBE20) is known color: Sunflower. HEX triplet: DD, BE and 20. RGB value is (221,190,32). Sum of RGB (Red+Green+Blue) = 221+190+32=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE20 is #2241DF. Grayscale: #B5B5B5. Windows color (decimal): -2245088 or 2146013. OLE color: 2146013.
HSL color Cylindrical-coordinate representation of color #DDBE20: hue angle of 50.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDBE20 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 32 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.13 |
| HSL | 50.16º | 0.75% | 0.5% | - |
| HSV(B) | 50.16º | 0.86% | 0.87% | - |
| XYZ | 48.49 | 52.3 | 8.91 | - |
| YUV | 181.26 | 43.77 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 32 | 0 | 0.14 | 0.86 | 0.13 | 50.16 | 0.75 | 0.5 |
| Hex | DD | BE | 20 | 0 | E | 56 | D | 32 | 4B | 32 |
| Octal | 335 | 276 | 40 | 0 | 16 | 126 | 15 | 62 | 113 | 62 |
| Binary | 11011101 | 10111110 | 100000 | 0 | 1110 | 1010110 | 1101 | 110010 | 1001011 | 110010 |
Color Harmonies of #DDBE20
Complementary color
Monochromatic Colors of #DDBE20
Black with #DDBE20
Text Example
Text Example
White with #DDBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE20; }
p { color: rgb(221,190,32); }
H1.HeaderClassName
{
color: #DDBE20;
}
.AnyTagClassName
{
color: #DDBE20;
}
</style>
background-color css
<style>
a { background-color: #DDBE20; }
a { background-color: rgb(221,190,32); }
div.DivClassName
{
background-color: #DDBE20;
}
.BgClassName
{
background-color: #DDBE20;
}
</style>
border-color css
<style>
span { border-color: #DDBE20; }
span { border-color: rgb(221,190,32); }
td.TdClassName
{
border-color: #DDBE20;
}
.TagClassName
{
border-color: #DDBE20;
}
</style>