Shades of Sunflower #DDC229
Tints of Sunflower #DDC229
RGB
CMYK
RGB Variations
Color information
#DDC229 (or 0xDDC229) is known color: Sunflower. HEX triplet: DD, C2 and 29. RGB value is (221,194,41). Sum of RGB (Red+Green+Blue) = 221+194+41=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC229 is #223DD6. Grayscale: #B9B9B9. Windows color (decimal): -2244055 or 2736861. OLE color: 2736861.
HSL color Cylindrical-coordinate representation of color #DDC229: hue angle of 51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDC229 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 41 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.13 |
| HSL | 51º | 0.73% | 0.51% | - |
| HSV(B) | 51º | 0.81% | 0.87% | - |
| XYZ | 49.51 | 54.12 | 9.93 | - |
| YUV | 184.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 41 | 0 | 0.12 | 0.81 | 0.13 | 51 | 0.73 | 0.51 |
| Hex | DD | C2 | 29 | 0 | C | 51 | D | 33 | 49 | 33 |
| Octal | 335 | 302 | 51 | 0 | 14 | 121 | 15 | 63 | 111 | 63 |
| Binary | 11011101 | 11000010 | 101001 | 0 | 1100 | 1010001 | 1101 | 110011 | 1001001 | 110011 |
Color Harmonies of #DDC229
Complementary color
Monochromatic Colors of #DDC229
Black with #DDC229
Text Example
Text Example
White with #DDC229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC229; }
p { color: rgb(221,194,41); }
H1.HeaderClassName
{
color: #DDC229;
}
.AnyTagClassName
{
color: #DDC229;
}
</style>
background-color css
<style>
a { background-color: #DDC229; }
a { background-color: rgb(221,194,41); }
div.DivClassName
{
background-color: #DDC229;
}
.BgClassName
{
background-color: #DDC229;
}
</style>
border-color css
<style>
span { border-color: #DDC229; }
span { border-color: rgb(221,194,41); }
td.TdClassName
{
border-color: #DDC229;
}
.TagClassName
{
border-color: #DDC229;
}
</style>