Shades of Sunflower #DDBA15
Tints of Sunflower #DDBA15
RGB
CMYK
RGB Variations
Color information
#DDBA15 (or 0xDDBA15) is known color: Sunflower. HEX triplet: DD, BA and 15. RGB value is (221,186,21). Sum of RGB (Red+Green+Blue) = 221+186+21=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA15 is #2245EA. Grayscale: #B2B2B2. Windows color (decimal): -2246123 or 1424093. OLE color: 1424093.
HSL color Cylindrical-coordinate representation of color #DDBA15: hue angle of 49.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDBA15 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.13 |
| HSL | 49.5º | 0.83% | 0.47% | - |
| HSV(B) | 49.5º | 0.9% | 0.87% | - |
| XYZ | 47.51 | 50.54 | 7.96 | - |
| YUV | 177.66 | 39.6 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 21 | 0 | 0.16 | 0.90 | 0.13 | 49.5 | 0.83 | 0.47 |
| Hex | DD | BA | 15 | 0 | 10 | 5A | D | 32 | 53 | 2F |
| Octal | 335 | 272 | 25 | 0 | 20 | 132 | 15 | 62 | 123 | 57 |
| Binary | 11011101 | 10111010 | 10101 | 0 | 10000 | 1011010 | 1101 | 110010 | 1010011 | 101111 |
Color Harmonies of #DDBA15
Complementary color
Monochromatic Colors of #DDBA15
Black with #DDBA15
Text Example
Text Example
White with #DDBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA15; }
p { color: rgb(221,186,21); }
H1.HeaderClassName
{
color: #DDBA15;
}
.AnyTagClassName
{
color: #DDBA15;
}
</style>
background-color css
<style>
a { background-color: #DDBA15; }
a { background-color: rgb(221,186,21); }
div.DivClassName
{
background-color: #DDBA15;
}
.BgClassName
{
background-color: #DDBA15;
}
</style>
border-color css
<style>
span { border-color: #DDBA15; }
span { border-color: rgb(221,186,21); }
td.TdClassName
{
border-color: #DDBA15;
}
.TagClassName
{
border-color: #DDBA15;
}
</style>