Shades of Sunflower #DDC423
Tints of Sunflower #DDC423
RGB
CMYK
RGB Variations
Color information
#DDC423 (or 0xDDC423) is known color: Sunflower. HEX triplet: DD, C4 and 23. RGB value is (221,196,35). Sum of RGB (Red+Green+Blue) = 221+196+35=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 35 (14.06% from 255 or 7.74% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC423 is #223BDC. Grayscale: #B9B9B9. Windows color (decimal): -2243549 or 2344157. OLE color: 2344157.
HSL color Cylindrical-coordinate representation of color #DDC423: hue angle of 51.94º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDC423 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 35 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.13 |
| HSL | 51.94º | 0.73% | 0.5% | - |
| HSV(B) | 51.94º | 0.84% | 0.87% | - |
| XYZ | 49.86 | 54.97 | 9.57 | - |
| YUV | 185.12 | 43.28 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 35 | 0 | 0.11 | 0.84 | 0.13 | 51.94 | 0.73 | 0.5 |
| Hex | DD | C4 | 23 | 0 | B | 54 | D | 34 | 49 | 32 |
| Octal | 335 | 304 | 43 | 0 | 13 | 124 | 15 | 64 | 111 | 62 |
| Binary | 11011101 | 11000100 | 100011 | 0 | 1011 | 1010100 | 1101 | 110100 | 1001001 | 110010 |
Color Harmonies of #DDC423
Complementary color
Monochromatic Colors of #DDC423
Black with #DDC423
Text Example
Text Example
White with #DDC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC423; }
p { color: rgb(221,196,35); }
H1.HeaderClassName
{
color: #DDC423;
}
.AnyTagClassName
{
color: #DDC423;
}
</style>
background-color css
<style>
a { background-color: #DDC423; }
a { background-color: rgb(221,196,35); }
div.DivClassName
{
background-color: #DDC423;
}
.BgClassName
{
background-color: #DDC423;
}
</style>
border-color css
<style>
span { border-color: #DDC423; }
span { border-color: rgb(221,196,35); }
td.TdClassName
{
border-color: #DDC423;
}
.TagClassName
{
border-color: #DDC423;
}
</style>