Shades of Sunflower #DDC624
Tints of Sunflower #DDC624
RGB
CMYK
RGB Variations
Color information
#DDC624 (or 0xDDC624) is known color: Sunflower. HEX triplet: DD, C6 and 24. RGB value is (221,198,36). Sum of RGB (Red+Green+Blue) = 221+198+36=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC624 is #2239DB. Grayscale: #BBBBBB. Windows color (decimal): -2243036 or 2410205. OLE color: 2410205.
HSL color Cylindrical-coordinate representation of color #DDC624: hue angle of 52.54º 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 #DDC624 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 36 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.13 |
| HSL | 52.54º | 0.73% | 0.5% | - |
| HSV(B) | 52.54º | 0.84% | 0.87% | - |
| XYZ | 50.33 | 55.89 | 9.8 | - |
| YUV | 186.41 | 43.12 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 36 | 0 | 0.10 | 0.84 | 0.13 | 52.54 | 0.73 | 0.5 |
| Hex | DD | C6 | 24 | 0 | A | 54 | D | 35 | 49 | 32 |
| Octal | 335 | 306 | 44 | 0 | 12 | 124 | 15 | 65 | 111 | 62 |
| Binary | 11011101 | 11000110 | 100100 | 0 | 1010 | 1010100 | 1101 | 110101 | 1001001 | 110010 |
Color Harmonies of #DDC624
Complementary color
Monochromatic Colors of #DDC624
Black with #DDC624
Text Example
Text Example
White with #DDC624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC624; }
p { color: rgb(221,198,36); }
H1.HeaderClassName
{
color: #DDC624;
}
.AnyTagClassName
{
color: #DDC624;
}
</style>
background-color css
<style>
a { background-color: #DDC624; }
a { background-color: rgb(221,198,36); }
div.DivClassName
{
background-color: #DDC624;
}
.BgClassName
{
background-color: #DDC624;
}
</style>
border-color css
<style>
span { border-color: #DDC624; }
span { border-color: rgb(221,198,36); }
td.TdClassName
{
border-color: #DDC624;
}
.TagClassName
{
border-color: #DDC624;
}
</style>