Shades of Sunflower #DDC221
Tints of Sunflower #DDC221
RGB
CMYK
RGB Variations
Color information
#DDC221 (or 0xDDC221) is known color: Sunflower. HEX triplet: DD, C2 and 21. RGB value is (221,194,33). Sum of RGB (Red+Green+Blue) = 221+194+33=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC221 is #223DDE. Grayscale: #B8B8B8. Windows color (decimal): -2244063 or 2212573. OLE color: 2212573.
HSL color Cylindrical-coordinate representation of color #DDC221: hue angle of 51.38º 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 #DDC221 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 33 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.13 |
| HSL | 51.38º | 0.74% | 0.5% | - |
| HSV(B) | 51.38º | 0.85% | 0.87% | - |
| XYZ | 49.39 | 54.07 | 9.27 | - |
| YUV | 183.72 | 42.95 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 33 | 0 | 0.12 | 0.85 | 0.13 | 51.38 | 0.74 | 0.5 |
| Hex | DD | C2 | 21 | 0 | C | 55 | D | 33 | 4A | 32 |
| Octal | 335 | 302 | 41 | 0 | 14 | 125 | 15 | 63 | 112 | 62 |
| Binary | 11011101 | 11000010 | 100001 | 0 | 1100 | 1010101 | 1101 | 110011 | 1001010 | 110010 |
Color Harmonies of #DDC221
Complementary color
Monochromatic Colors of #DDC221
Black with #DDC221
Text Example
Text Example
White with #DDC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC221; }
p { color: rgb(221,194,33); }
H1.HeaderClassName
{
color: #DDC221;
}
.AnyTagClassName
{
color: #DDC221;
}
</style>
background-color css
<style>
a { background-color: #DDC221; }
a { background-color: rgb(221,194,33); }
div.DivClassName
{
background-color: #DDC221;
}
.BgClassName
{
background-color: #DDC221;
}
</style>
border-color css
<style>
span { border-color: #DDC221; }
span { border-color: rgb(221,194,33); }
td.TdClassName
{
border-color: #DDC221;
}
.TagClassName
{
border-color: #DDC221;
}
</style>