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