Shades of Sunflower #DDC117
Tints of Sunflower #DDC117
RGB
CMYK
RGB Variations
Color information
#DDC117 (or 0xDDC117) is known color: Sunflower. HEX triplet: DD, C1 and 17. RGB value is (221,193,23). Sum of RGB (Red+Green+Blue) = 221+193+23=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC117 is #223EE8. Grayscale: #B6B6B6. Windows color (decimal): -2244329 or 1556957. OLE color: 1556957.
HSL color Cylindrical-coordinate representation of color #DDC117: hue angle of 51.52º 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 #DDC117 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 23 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.13 |
| HSL | 51.52º | 0.81% | 0.48% | - |
| HSV(B) | 51.52º | 0.9% | 0.87% | - |
| XYZ | 49.04 | 53.57 | 8.57 | - |
| YUV | 181.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 23 | 0 | 0.13 | 0.90 | 0.13 | 51.52 | 0.81 | 0.48 |
| Hex | DD | C1 | 17 | 0 | D | 5A | D | 34 | 51 | 30 |
| Octal | 335 | 301 | 27 | 0 | 15 | 132 | 15 | 64 | 121 | 60 |
| Binary | 11011101 | 11000001 | 10111 | 0 | 1101 | 1011010 | 1101 | 110100 | 1010001 | 110000 |
Color Harmonies of #DDC117
Complementary color
Monochromatic Colors of #DDC117
Black with #DDC117
Text Example
Text Example
White with #DDC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC117; }
p { color: rgb(221,193,23); }
H1.HeaderClassName
{
color: #DDC117;
}
.AnyTagClassName
{
color: #DDC117;
}
</style>
background-color css
<style>
a { background-color: #DDC117; }
a { background-color: rgb(221,193,23); }
div.DivClassName
{
background-color: #DDC117;
}
.BgClassName
{
background-color: #DDC117;
}
</style>
border-color css
<style>
span { border-color: #DDC117; }
span { border-color: rgb(221,193,23); }
td.TdClassName
{
border-color: #DDC117;
}
.TagClassName
{
border-color: #DDC117;
}
</style>