Shades of Sunflower #DDC419
Tints of Sunflower #DDC419
RGB
CMYK
RGB Variations
Color information
#DDC419 (or 0xDDC419) is known color: Sunflower. HEX triplet: DD, C4 and 19. RGB value is (221,196,25). Sum of RGB (Red+Green+Blue) = 221+196+25=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC419 is #223BE6. Grayscale: #B8B8B8. Windows color (decimal): -2243559 or 1688797. OLE color: 1688797.
HSL color Cylindrical-coordinate representation of color #DDC419: hue angle of 52.35º 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 #DDC419 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 25 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.13 |
| HSL | 52.35º | 0.8% | 0.48% | - |
| HSV(B) | 52.35º | 0.89% | 0.87% | - |
| XYZ | 49.73 | 54.92 | 8.9 | - |
| YUV | 183.98 | 38.28 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 25 | 0 | 0.11 | 0.89 | 0.13 | 52.35 | 0.8 | 0.48 |
| Hex | DD | C4 | 19 | 0 | B | 59 | D | 34 | 50 | 30 |
| Octal | 335 | 304 | 31 | 0 | 13 | 131 | 15 | 64 | 120 | 60 |
| Binary | 11011101 | 11000100 | 11001 | 0 | 1011 | 1011001 | 1101 | 110100 | 1010000 | 110000 |
Color Harmonies of #DDC419
Complementary color
Monochromatic Colors of #DDC419
Black with #DDC419
Text Example
Text Example
White with #DDC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC419; }
p { color: rgb(221,196,25); }
H1.HeaderClassName
{
color: #DDC419;
}
.AnyTagClassName
{
color: #DDC419;
}
</style>
background-color css
<style>
a { background-color: #DDC419; }
a { background-color: rgb(221,196,25); }
div.DivClassName
{
background-color: #DDC419;
}
.BgClassName
{
background-color: #DDC419;
}
</style>
border-color css
<style>
span { border-color: #DDC419; }
span { border-color: rgb(221,196,25); }
td.TdClassName
{
border-color: #DDC419;
}
.TagClassName
{
border-color: #DDC419;
}
</style>