Shades of Sunflower #DDBC19
Tints of Sunflower #DDBC19
RGB
CMYK
RGB Variations
Color information
#DDBC19 (or 0xDDBC19) is known color: Sunflower. HEX triplet: DD, BC and 19. RGB value is (221,188,25). Sum of RGB (Red+Green+Blue) = 221+188+25=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC19 is #2243E6. Grayscale: #B3B3B3. Windows color (decimal): -2245607 or 1686749. OLE color: 1686749.
HSL color Cylindrical-coordinate representation of color #DDBC19: hue angle of 49.9º 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 #DDBC19 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 25 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.13 |
| HSL | 49.9º | 0.8% | 0.48% | - |
| HSV(B) | 49.9º | 0.89% | 0.87% | - |
| XYZ | 47.98 | 51.41 | 8.31 | - |
| YUV | 179.29 | 40.93 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 25 | 0 | 0.15 | 0.89 | 0.13 | 49.9 | 0.8 | 0.48 |
| Hex | DD | BC | 19 | 0 | F | 59 | D | 32 | 50 | 30 |
| Octal | 335 | 274 | 31 | 0 | 17 | 131 | 15 | 62 | 120 | 60 |
| Binary | 11011101 | 10111100 | 11001 | 0 | 1111 | 1011001 | 1101 | 110010 | 1010000 | 110000 |
Color Harmonies of #DDBC19
Complementary color
Monochromatic Colors of #DDBC19
Black with #DDBC19
Text Example
Text Example
White with #DDBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC19; }
p { color: rgb(221,188,25); }
H1.HeaderClassName
{
color: #DDBC19;
}
.AnyTagClassName
{
color: #DDBC19;
}
</style>
background-color css
<style>
a { background-color: #DDBC19; }
a { background-color: rgb(221,188,25); }
div.DivClassName
{
background-color: #DDBC19;
}
.BgClassName
{
background-color: #DDBC19;
}
</style>
border-color css
<style>
span { border-color: #DDBC19; }
span { border-color: rgb(221,188,25); }
td.TdClassName
{
border-color: #DDBC19;
}
.TagClassName
{
border-color: #DDBC19;
}
</style>