Shades of Sunflower #DDC919
Tints of Sunflower #DDC919
RGB
CMYK
RGB Variations
Color information
#DDC919 (or 0xDDC919) is known color: Sunflower. HEX triplet: DD, C9 and 19. RGB value is (221,201,25). Sum of RGB (Red+Green+Blue) = 221+201+25=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC919 is #2236E6. Grayscale: #BBBBBB. Windows color (decimal): -2242279 or 1690077. OLE color: 1690077.
HSL color Cylindrical-coordinate representation of color #DDC919: hue angle of 53.88º 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 #DDC919 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 25 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.13 |
| HSL | 53.88º | 0.8% | 0.48% | - |
| HSV(B) | 53.88º | 0.89% | 0.87% | - |
| XYZ | 50.88 | 57.22 | 9.28 | - |
| YUV | 186.92 | 36.63 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 25 | 0 | 0.09 | 0.89 | 0.13 | 53.88 | 0.8 | 0.48 |
| Hex | DD | C9 | 19 | 0 | 9 | 59 | D | 36 | 50 | 30 |
| Octal | 335 | 311 | 31 | 0 | 11 | 131 | 15 | 66 | 120 | 60 |
| Binary | 11011101 | 11001001 | 11001 | 0 | 1001 | 1011001 | 1101 | 110110 | 1010000 | 110000 |
Color Harmonies of #DDC919
Complementary color
Monochromatic Colors of #DDC919
Black with #DDC919
Text Example
Text Example
White with #DDC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC919; }
p { color: rgb(221,201,25); }
H1.HeaderClassName
{
color: #DDC919;
}
.AnyTagClassName
{
color: #DDC919;
}
</style>
background-color css
<style>
a { background-color: #DDC919; }
a { background-color: rgb(221,201,25); }
div.DivClassName
{
background-color: #DDC919;
}
.BgClassName
{
background-color: #DDC919;
}
</style>
border-color css
<style>
span { border-color: #DDC919; }
span { border-color: rgb(221,201,25); }
td.TdClassName
{
border-color: #DDC919;
}
.TagClassName
{
border-color: #DDC919;
}
</style>