Shades of Sunflower #DDC50D
Tints of Sunflower #DDC50D
RGB
CMYK
RGB Variations
Color information
#DDC50D (or 0xDDC50D) is known color: Sunflower. HEX triplet: DD, C5 and 0D. RGB value is (221,197,13). Sum of RGB (Red+Green+Blue) = 221+197+13=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC50D is #223AF2. Grayscale: #B7B7B7. Windows color (decimal): -2243315 or 902621. OLE color: 902621.
HSL color Cylindrical-coordinate representation of color #DDC50D: hue angle of 53.08º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDC50D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.13 |
| HSL | 53.08º | 0.89% | 0.46% | - |
| HSV(B) | 53.08º | 0.94% | 0.87% | - |
| XYZ | 49.86 | 55.33 | 8.43 | - |
| YUV | 183.2 | 31.95 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 13 | 0 | 0.11 | 0.94 | 0.13 | 53.08 | 0.89 | 0.46 |
| Hex | DD | C5 | D | 0 | B | 5E | D | 35 | 59 | 2E |
| Octal | 335 | 305 | 15 | 0 | 13 | 136 | 15 | 65 | 131 | 56 |
| Binary | 11011101 | 11000101 | 1101 | 0 | 1011 | 1011110 | 1101 | 110101 | 1011001 | 101110 |
Color Harmonies of #DDC50D
Complementary color
Monochromatic Colors of #DDC50D
Black with #DDC50D
Text Example
Text Example
White with #DDC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC50D; }
p { color: rgb(221,197,13); }
H1.HeaderClassName
{
color: #DDC50D;
}
.AnyTagClassName
{
color: #DDC50D;
}
</style>
background-color css
<style>
a { background-color: #DDC50D; }
a { background-color: rgb(221,197,13); }
div.DivClassName
{
background-color: #DDC50D;
}
.BgClassName
{
background-color: #DDC50D;
}
</style>
border-color css
<style>
span { border-color: #DDC50D; }
span { border-color: rgb(221,197,13); }
td.TdClassName
{
border-color: #DDC50D;
}
.TagClassName
{
border-color: #DDC50D;
}
</style>