Shades of Sunflower #DDC422
Tints of Sunflower #DDC422
RGB
CMYK
RGB Variations
Color information
#DDC422 (or 0xDDC422) is known color: Sunflower. HEX triplet: DD, C4 and 22. RGB value is (221,196,34). Sum of RGB (Red+Green+Blue) = 221+196+34=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC422 is #223BDD. Grayscale: #B9B9B9. Windows color (decimal): -2243550 or 2278621. OLE color: 2278621.
HSL color Cylindrical-coordinate representation of color #DDC422: hue angle of 51.98º 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 #DDC422 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 34 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.13 |
| HSL | 51.98º | 0.73% | 0.5% | - |
| HSV(B) | 51.98º | 0.85% | 0.87% | - |
| XYZ | 49.85 | 54.97 | 9.5 | - |
| YUV | 185.01 | 42.78 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 34 | 0 | 0.11 | 0.85 | 0.13 | 51.98 | 0.73 | 0.5 |
| Hex | DD | C4 | 22 | 0 | B | 55 | D | 34 | 49 | 32 |
| Octal | 335 | 304 | 42 | 0 | 13 | 125 | 15 | 64 | 111 | 62 |
| Binary | 11011101 | 11000100 | 100010 | 0 | 1011 | 1010101 | 1101 | 110100 | 1001001 | 110010 |
Color Harmonies of #DDC422
Complementary color
Monochromatic Colors of #DDC422
Black with #DDC422
Text Example
Text Example
White with #DDC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC422; }
p { color: rgb(221,196,34); }
H1.HeaderClassName
{
color: #DDC422;
}
.AnyTagClassName
{
color: #DDC422;
}
</style>
background-color css
<style>
a { background-color: #DDC422; }
a { background-color: rgb(221,196,34); }
div.DivClassName
{
background-color: #DDC422;
}
.BgClassName
{
background-color: #DDC422;
}
</style>
border-color css
<style>
span { border-color: #DDC422; }
span { border-color: rgb(221,196,34); }
td.TdClassName
{
border-color: #DDC422;
}
.TagClassName
{
border-color: #DDC422;
}
</style>