Shades of Sunflower #DDBA21
Tints of Sunflower #DDBA21
RGB
CMYK
RGB Variations
Color information
#DDBA21 (or 0xDDBA21) is known color: Sunflower. HEX triplet: DD, BA and 21. RGB value is (221,186,33). Sum of RGB (Red+Green+Blue) = 221+186+33=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA21 is #2245DE. Grayscale: #B3B3B3. Windows color (decimal): -2246111 or 2210525. OLE color: 2210525.
HSL color Cylindrical-coordinate representation of color #DDBA21: hue angle of 48.83º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDBA21 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 33 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.13 |
| HSL | 48.83º | 0.74% | 0.5% | - |
| HSV(B) | 48.83º | 0.85% | 0.87% | - |
| XYZ | 47.65 | 50.6 | 8.69 | - |
| YUV | 179.02 | 45.6 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 33 | 0 | 0.16 | 0.85 | 0.13 | 48.83 | 0.74 | 0.5 |
| Hex | DD | BA | 21 | 0 | 10 | 55 | D | 31 | 4A | 32 |
| Octal | 335 | 272 | 41 | 0 | 20 | 125 | 15 | 61 | 112 | 62 |
| Binary | 11011101 | 10111010 | 100001 | 0 | 10000 | 1010101 | 1101 | 110001 | 1001010 | 110010 |
Color Harmonies of #DDBA21
Complementary color
Monochromatic Colors of #DDBA21
Black with #DDBA21
Text Example
Text Example
White with #DDBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA21; }
p { color: rgb(221,186,33); }
H1.HeaderClassName
{
color: #DDBA21;
}
.AnyTagClassName
{
color: #DDBA21;
}
</style>
background-color css
<style>
a { background-color: #DDBA21; }
a { background-color: rgb(221,186,33); }
div.DivClassName
{
background-color: #DDBA21;
}
.BgClassName
{
background-color: #DDBA21;
}
</style>
border-color css
<style>
span { border-color: #DDBA21; }
span { border-color: rgb(221,186,33); }
td.TdClassName
{
border-color: #DDBA21;
}
.TagClassName
{
border-color: #DDBA21;
}
</style>