Shades of Sunflower #DDCD19
Tints of Sunflower #DDCD19
RGB
CMYK
RGB Variations
Color information
#DDCD19 (or 0xDDCD19) is known color: Sunflower. HEX triplet: DD, CD and 19. RGB value is (221,205,25). Sum of RGB (Red+Green+Blue) = 221+205+25=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD19 is #2232E6. Grayscale: #BEBEBE. Windows color (decimal): -2241255 or 1691101. OLE color: 1691101.
HSL color Cylindrical-coordinate representation of color #DDCD19: hue angle of 55.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDCD19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 25 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.13 |
| HSL | 55.1º | 0.8% | 0.48% | - |
| HSV(B) | 55.1º | 0.89% | 0.87% | - |
| XYZ | 51.83 | 59.1 | 9.6 | - |
| YUV | 189.26 | 35.3 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 25 | 0 | 0.07 | 0.89 | 0.13 | 55.1 | 0.8 | 0.48 |
| Hex | DD | CD | 19 | 0 | 7 | 59 | D | 37 | 50 | 30 |
| Octal | 335 | 315 | 31 | 0 | 7 | 131 | 15 | 67 | 120 | 60 |
| Binary | 11011101 | 11001101 | 11001 | 0 | 111 | 1011001 | 1101 | 110111 | 1010000 | 110000 |
Color Harmonies of #DDCD19
Complementary color
Monochromatic Colors of #DDCD19
Black with #DDCD19
Text Example
Text Example
White with #DDCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD19; }
p { color: rgb(221,205,25); }
H1.HeaderClassName
{
color: #DDCD19;
}
.AnyTagClassName
{
color: #DDCD19;
}
</style>
background-color css
<style>
a { background-color: #DDCD19; }
a { background-color: rgb(221,205,25); }
div.DivClassName
{
background-color: #DDCD19;
}
.BgClassName
{
background-color: #DDCD19;
}
</style>
border-color css
<style>
span { border-color: #DDCD19; }
span { border-color: rgb(221,205,25); }
td.TdClassName
{
border-color: #DDCD19;
}
.TagClassName
{
border-color: #DDCD19;
}
</style>