Shades of Sunflower #DDC21D
Tints of Sunflower #DDC21D
RGB
CMYK
RGB Variations
Color information
#DDC21D (or 0xDDC21D) is known color: Sunflower. HEX triplet: DD, C2 and 1D. RGB value is (221,194,29). Sum of RGB (Red+Green+Blue) = 221+194+29=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC21D is #223DE2. Grayscale: #B7B7B7. Windows color (decimal): -2244067 or 1950429. OLE color: 1950429.
HSL color Cylindrical-coordinate representation of color #DDC21D: hue angle of 51.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDC21D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 29 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.13 |
| HSL | 51.56º | 0.77% | 0.49% | - |
| HSV(B) | 51.56º | 0.87% | 0.87% | - |
| XYZ | 49.33 | 54.04 | 8.99 | - |
| YUV | 183.26 | 40.95 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 29 | 0 | 0.12 | 0.87 | 0.13 | 51.56 | 0.77 | 0.49 |
| Hex | DD | C2 | 1D | 0 | C | 57 | D | 34 | 4D | 31 |
| Octal | 335 | 302 | 35 | 0 | 14 | 127 | 15 | 64 | 115 | 61 |
| Binary | 11011101 | 11000010 | 11101 | 0 | 1100 | 1010111 | 1101 | 110100 | 1001101 | 110001 |
Color Harmonies of #DDC21D
Complementary color
Monochromatic Colors of #DDC21D
Black with #DDC21D
Text Example
Text Example
White with #DDC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC21D; }
p { color: rgb(221,194,29); }
H1.HeaderClassName
{
color: #DDC21D;
}
.AnyTagClassName
{
color: #DDC21D;
}
</style>
background-color css
<style>
a { background-color: #DDC21D; }
a { background-color: rgb(221,194,29); }
div.DivClassName
{
background-color: #DDC21D;
}
.BgClassName
{
background-color: #DDC21D;
}
</style>
border-color css
<style>
span { border-color: #DDC21D; }
span { border-color: rgb(221,194,29); }
td.TdClassName
{
border-color: #DDC21D;
}
.TagClassName
{
border-color: #DDC21D;
}
</style>