Shades of Sunflower #DDC017
Tints of Sunflower #DDC017
RGB
CMYK
RGB Variations
Color information
#DDC017 (or 0xDDC017) is known color: Sunflower. HEX triplet: DD, C0 and 17. RGB value is (221,192,23). Sum of RGB (Red+Green+Blue) = 221+192+23=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC017 is #223FE8. Grayscale: #B6B6B6. Windows color (decimal): -2244585 or 1556701. OLE color: 1556701.
HSL color Cylindrical-coordinate representation of color #DDC017: hue angle of 51.21º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC017 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 23 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.13 |
| HSL | 51.21º | 0.81% | 0.48% | - |
| HSV(B) | 51.21º | 0.9% | 0.87% | - |
| XYZ | 48.82 | 53.13 | 8.49 | - |
| YUV | 181.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 23 | 0 | 0.13 | 0.90 | 0.13 | 51.21 | 0.81 | 0.48 |
| Hex | DD | C0 | 17 | 0 | D | 5A | D | 33 | 51 | 30 |
| Octal | 335 | 300 | 27 | 0 | 15 | 132 | 15 | 63 | 121 | 60 |
| Binary | 11011101 | 11000000 | 10111 | 0 | 1101 | 1011010 | 1101 | 110011 | 1010001 | 110000 |
Color Harmonies of #DDC017
Complementary color
Monochromatic Colors of #DDC017
Black with #DDC017
Text Example
Text Example
White with #DDC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC017; }
p { color: rgb(221,192,23); }
H1.HeaderClassName
{
color: #DDC017;
}
.AnyTagClassName
{
color: #DDC017;
}
</style>
background-color css
<style>
a { background-color: #DDC017; }
a { background-color: rgb(221,192,23); }
div.DivClassName
{
background-color: #DDC017;
}
.BgClassName
{
background-color: #DDC017;
}
</style>
border-color css
<style>
span { border-color: #DDC017; }
span { border-color: rgb(221,192,23); }
td.TdClassName
{
border-color: #DDC017;
}
.TagClassName
{
border-color: #DDC017;
}
</style>