Shades of Sunflower #DDC018
Tints of Sunflower #DDC018
RGB
CMYK
RGB Variations
Color information
#DDC018 (or 0xDDC018) is known color: Sunflower. HEX triplet: DD, C0 and 18. RGB value is (221,192,24). Sum of RGB (Red+Green+Blue) = 221+192+24=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC018 is #223FE7. Grayscale: #B6B6B6. Windows color (decimal): -2244584 or 1622237. OLE color: 1622237.
HSL color Cylindrical-coordinate representation of color #DDC018: hue angle of 51.17º 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 #DDC018 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 24 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.13 |
| HSL | 51.17º | 0.8% | 0.48% | - |
| HSV(B) | 51.17º | 0.89% | 0.87% | - |
| XYZ | 48.83 | 53.14 | 8.55 | - |
| YUV | 181.52 | 39.11 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 24 | 0 | 0.13 | 0.89 | 0.13 | 51.17 | 0.8 | 0.48 |
| Hex | DD | C0 | 18 | 0 | D | 59 | D | 33 | 50 | 30 |
| Octal | 335 | 300 | 30 | 0 | 15 | 131 | 15 | 63 | 120 | 60 |
| Binary | 11011101 | 11000000 | 11000 | 0 | 1101 | 1011001 | 1101 | 110011 | 1010000 | 110000 |
Color Harmonies of #DDC018
Complementary color
Monochromatic Colors of #DDC018
Black with #DDC018
Text Example
Text Example
White with #DDC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC018; }
p { color: rgb(221,192,24); }
H1.HeaderClassName
{
color: #DDC018;
}
.AnyTagClassName
{
color: #DDC018;
}
</style>
background-color css
<style>
a { background-color: #DDC018; }
a { background-color: rgb(221,192,24); }
div.DivClassName
{
background-color: #DDC018;
}
.BgClassName
{
background-color: #DDC018;
}
</style>
border-color css
<style>
span { border-color: #DDC018; }
span { border-color: rgb(221,192,24); }
td.TdClassName
{
border-color: #DDC018;
}
.TagClassName
{
border-color: #DDC018;
}
</style>