Shades of Sunflower #DDBC17
Tints of Sunflower #DDBC17
RGB
CMYK
RGB Variations
Color information
#DDBC17 (or 0xDDBC17) is known color: Sunflower. HEX triplet: DD, BC and 17. RGB value is (221,188,23). Sum of RGB (Red+Green+Blue) = 221+188+23=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 23 (9.38% from 255 or 5.32% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC17 is #2243E8. Grayscale: #B3B3B3. Windows color (decimal): -2245609 or 1555677. OLE color: 1555677.
HSL color Cylindrical-coordinate representation of color #DDBC17: hue angle of 50º 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 #DDBC17 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 23 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.13 |
| HSL | 50º | 0.81% | 0.48% | - |
| HSV(B) | 50º | 0.9% | 0.87% | - |
| XYZ | 47.96 | 51.4 | 8.2 | - |
| YUV | 179.06 | 39.93 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 23 | 0 | 0.15 | 0.90 | 0.13 | 50 | 0.81 | 0.48 |
| Hex | DD | BC | 17 | 0 | F | 5A | D | 32 | 51 | 30 |
| Octal | 335 | 274 | 27 | 0 | 17 | 132 | 15 | 62 | 121 | 60 |
| Binary | 11011101 | 10111100 | 10111 | 0 | 1111 | 1011010 | 1101 | 110010 | 1010001 | 110000 |
Color Harmonies of #DDBC17
Complementary color
Monochromatic Colors of #DDBC17
Black with #DDBC17
Text Example
Text Example
White with #DDBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC17; }
p { color: rgb(221,188,23); }
H1.HeaderClassName
{
color: #DDBC17;
}
.AnyTagClassName
{
color: #DDBC17;
}
</style>
background-color css
<style>
a { background-color: #DDBC17; }
a { background-color: rgb(221,188,23); }
div.DivClassName
{
background-color: #DDBC17;
}
.BgClassName
{
background-color: #DDBC17;
}
</style>
border-color css
<style>
span { border-color: #DDBC17; }
span { border-color: rgb(221,188,23); }
td.TdClassName
{
border-color: #DDBC17;
}
.TagClassName
{
border-color: #DDBC17;
}
</style>