Shades of Sunflower #DDC621
Tints of Sunflower #DDC621
RGB
CMYK
RGB Variations
Color information
#DDC621 (or 0xDDC621) is known color: Sunflower. HEX triplet: DD, C6 and 21. RGB value is (221,198,33). Sum of RGB (Red+Green+Blue) = 221+198+33=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC621 is #2239DE. Grayscale: #BABABA. Windows color (decimal): -2243039 or 2213597. OLE color: 2213597.
HSL color Cylindrical-coordinate representation of color #DDC621: hue angle of 52.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDC621 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 33 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.13 |
| HSL | 52.66º | 0.74% | 0.5% | - |
| HSV(B) | 52.66º | 0.85% | 0.87% | - |
| XYZ | 50.29 | 55.87 | 9.57 | - |
| YUV | 186.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 33 | 0 | 0.10 | 0.85 | 0.13 | 52.66 | 0.74 | 0.5 |
| Hex | DD | C6 | 21 | 0 | A | 55 | D | 35 | 4A | 32 |
| Octal | 335 | 306 | 41 | 0 | 12 | 125 | 15 | 65 | 112 | 62 |
| Binary | 11011101 | 11000110 | 100001 | 0 | 1010 | 1010101 | 1101 | 110101 | 1001010 | 110010 |
Color Harmonies of #DDC621
Complementary color
Monochromatic Colors of #DDC621
Black with #DDC621
Text Example
Text Example
White with #DDC621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC621; }
p { color: rgb(221,198,33); }
H1.HeaderClassName
{
color: #DDC621;
}
.AnyTagClassName
{
color: #DDC621;
}
</style>
background-color css
<style>
a { background-color: #DDC621; }
a { background-color: rgb(221,198,33); }
div.DivClassName
{
background-color: #DDC621;
}
.BgClassName
{
background-color: #DDC621;
}
</style>
border-color css
<style>
span { border-color: #DDC621; }
span { border-color: rgb(221,198,33); }
td.TdClassName
{
border-color: #DDC621;
}
.TagClassName
{
border-color: #DDC621;
}
</style>