Shades of Sunflower #DDC222
Tints of Sunflower #DDC222
RGB
CMYK
RGB Variations
Color information
#DDC222 (or 0xDDC222) is known color: Sunflower. HEX triplet: DD, C2 and 22. RGB value is (221,194,34). Sum of RGB (Red+Green+Blue) = 221+194+34=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC222 is #223DDD. Grayscale: #B8B8B8. Windows color (decimal): -2244062 or 2278109. OLE color: 2278109.
HSL color Cylindrical-coordinate representation of color #DDC222: hue angle of 51.34º degrees, saturation: 0.73, 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 #DDC222 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 34 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.13 |
| HSL | 51.34º | 0.73% | 0.5% | - |
| HSV(B) | 51.34º | 0.85% | 0.87% | - |
| XYZ | 49.4 | 54.07 | 9.35 | - |
| YUV | 183.83 | 43.45 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 34 | 0 | 0.12 | 0.85 | 0.13 | 51.34 | 0.73 | 0.5 |
| Hex | DD | C2 | 22 | 0 | C | 55 | D | 33 | 49 | 32 |
| Octal | 335 | 302 | 42 | 0 | 14 | 125 | 15 | 63 | 111 | 62 |
| Binary | 11011101 | 11000010 | 100010 | 0 | 1100 | 1010101 | 1101 | 110011 | 1001001 | 110010 |
Color Harmonies of #DDC222
Complementary color
Monochromatic Colors of #DDC222
Black with #DDC222
Text Example
Text Example
White with #DDC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC222; }
p { color: rgb(221,194,34); }
H1.HeaderClassName
{
color: #DDC222;
}
.AnyTagClassName
{
color: #DDC222;
}
</style>
background-color css
<style>
a { background-color: #DDC222; }
a { background-color: rgb(221,194,34); }
div.DivClassName
{
background-color: #DDC222;
}
.BgClassName
{
background-color: #DDC222;
}
</style>
border-color css
<style>
span { border-color: #DDC222; }
span { border-color: rgb(221,194,34); }
td.TdClassName
{
border-color: #DDC222;
}
.TagClassName
{
border-color: #DDC222;
}
</style>