Shades of Sunflower #DDC119
Tints of Sunflower #DDC119
RGB
CMYK
RGB Variations
Color information
#DDC119 (or 0xDDC119) is known color: Sunflower. HEX triplet: DD, C1 and 19. RGB value is (221,193,25). Sum of RGB (Red+Green+Blue) = 221+193+25=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC119 is #223EE6. Grayscale: #B6B6B6. Windows color (decimal): -2244327 or 1688029. OLE color: 1688029.
HSL color Cylindrical-coordinate representation of color #DDC119: hue angle of 51.43º 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 #DDC119 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 25 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.13 |
| HSL | 51.43º | 0.8% | 0.48% | - |
| HSV(B) | 51.43º | 0.89% | 0.87% | - |
| XYZ | 49.06 | 53.58 | 8.68 | - |
| YUV | 182.22 | 39.28 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 25 | 0 | 0.13 | 0.89 | 0.13 | 51.43 | 0.8 | 0.48 |
| Hex | DD | C1 | 19 | 0 | D | 59 | D | 33 | 50 | 30 |
| Octal | 335 | 301 | 31 | 0 | 15 | 131 | 15 | 63 | 120 | 60 |
| Binary | 11011101 | 11000001 | 11001 | 0 | 1101 | 1011001 | 1101 | 110011 | 1010000 | 110000 |
Color Harmonies of #DDC119
Complementary color
Monochromatic Colors of #DDC119
Black with #DDC119
Text Example
Text Example
White with #DDC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC119; }
p { color: rgb(221,193,25); }
H1.HeaderClassName
{
color: #DDC119;
}
.AnyTagClassName
{
color: #DDC119;
}
</style>
background-color css
<style>
a { background-color: #DDC119; }
a { background-color: rgb(221,193,25); }
div.DivClassName
{
background-color: #DDC119;
}
.BgClassName
{
background-color: #DDC119;
}
</style>
border-color css
<style>
span { border-color: #DDC119; }
span { border-color: rgb(221,193,25); }
td.TdClassName
{
border-color: #DDC119;
}
.TagClassName
{
border-color: #DDC119;
}
</style>