Shades of Sunflower #DDBA10
Tints of Sunflower #DDBA10
RGB
CMYK
RGB Variations
Color information
#DDBA10 (or 0xDDBA10) is known color: Sunflower. HEX triplet: DD, BA and 10. RGB value is (221,186,16). Sum of RGB (Red+Green+Blue) = 221+186+16=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA10 is #2245EF. Grayscale: #B1B1B1. Windows color (decimal): -2246128 or 1096413. OLE color: 1096413.
HSL color Cylindrical-coordinate representation of color #DDBA10: hue angle of 49.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDBA10 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 16 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.13 |
| HSL | 49.76º | 0.86% | 0.46% | - |
| HSV(B) | 49.76º | 0.93% | 0.87% | - |
| XYZ | 47.47 | 50.53 | 7.74 | - |
| YUV | 177.09 | 37.1 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 16 | 0 | 0.16 | 0.93 | 0.13 | 49.76 | 0.86 | 0.46 |
| Hex | DD | BA | 10 | 0 | 10 | 5D | D | 32 | 56 | 2E |
| Octal | 335 | 272 | 20 | 0 | 20 | 135 | 15 | 62 | 126 | 56 |
| Binary | 11011101 | 10111010 | 10000 | 0 | 10000 | 1011101 | 1101 | 110010 | 1010110 | 101110 |
Color Harmonies of #DDBA10
Complementary color
Monochromatic Colors of #DDBA10
Black with #DDBA10
Text Example
Text Example
White with #DDBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA10; }
p { color: rgb(221,186,16); }
H1.HeaderClassName
{
color: #DDBA10;
}
.AnyTagClassName
{
color: #DDBA10;
}
</style>
background-color css
<style>
a { background-color: #DDBA10; }
a { background-color: rgb(221,186,16); }
div.DivClassName
{
background-color: #DDBA10;
}
.BgClassName
{
background-color: #DDBA10;
}
</style>
border-color css
<style>
span { border-color: #DDBA10; }
span { border-color: rgb(221,186,16); }
td.TdClassName
{
border-color: #DDBA10;
}
.TagClassName
{
border-color: #DDBA10;
}
</style>