Shades of Sunflower #DDBA19
Tints of Sunflower #DDBA19
RGB
CMYK
RGB Variations
Color information
#DDBA19 (or 0xDDBA19) is known color: Sunflower. HEX triplet: DD, BA and 19. RGB value is (221,186,25). Sum of RGB (Red+Green+Blue) = 221+186+25=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA19 is #2245E6. Grayscale: #B2B2B2. Windows color (decimal): -2246119 or 1686237. OLE color: 1686237.
HSL color Cylindrical-coordinate representation of color #DDBA19: hue angle of 49.29º 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 #DDBA19 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 25 | - |
CMYK | 0 | 0.16 | 0.89 | 0.13 |
HSL | 49.29º | 0.8% | 0.48% | - |
HSV(B) | 49.29º | 0.89% | 0.87% | - |
XYZ | 47.55 | 50.56 | 8.17 | - |
YUV | 178.11 | 41.6 | 158.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 25 | 0 | 0.16 | 0.89 | 0.13 | 49.29 | 0.8 | 0.48 |
Hex | DD | BA | 19 | 0 | 10 | 59 | D | 31 | 50 | 30 |
Octal | 335 | 272 | 31 | 0 | 20 | 131 | 15 | 61 | 120 | 60 |
Binary | 11011101 | 10111010 | 11001 | 0 | 10000 | 1011001 | 1101 | 110001 | 1010000 | 110000 |
Color Harmonies of #DDBA19
Complementary color
Monochromatic Colors of #DDBA19
Black with #DDBA19
Text Example
Text Example
White with #DDBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA19; }
p { color: rgb(221,186,25); }
H1.HeaderClassName
{
color: #DDBA19;
}
.AnyTagClassName
{
color: #DDBA19;
}
</style>
background-color css
<style>
a { background-color: #DDBA19; }
a { background-color: rgb(221,186,25); }
div.DivClassName
{
background-color: #DDBA19;
}
.BgClassName
{
background-color: #DDBA19;
}
</style>
border-color css
<style>
span { border-color: #DDBA19; }
span { border-color: rgb(221,186,25); }
td.TdClassName
{
border-color: #DDBA19;
}
.TagClassName
{
border-color: #DDBA19;
}
</style>