Shades of Sunflower #DDBA06
Tints of Sunflower #DDBA06
RGB
CMYK
RGB Variations
Color information
#DDBA06 (or 0xDDBA06) is known color: Sunflower. HEX triplet: DD, BA and 06. RGB value is (221,186,6). Sum of RGB (Red+Green+Blue) = 221+186+6=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA06 is #2245F9. Grayscale: #B0B0B0. Windows color (decimal): -2246138 or 441053. OLE color: 441053.
HSL color Cylindrical-coordinate representation of color #DDBA06: hue angle of 50.23º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDBA06 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.13 |
| HSL | 50.23º | 0.95% | 0.45% | - |
| HSV(B) | 50.23º | 0.97% | 0.87% | - |
| XYZ | 47.41 | 50.5 | 7.42 | - |
| YUV | 175.95 | 32.1 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 6 | 0 | 0.16 | 0.97 | 0.13 | 50.23 | 0.95 | 0.45 |
| Hex | DD | BA | 6 | 0 | 10 | 61 | D | 32 | 5F | 2D |
| Octal | 335 | 272 | 6 | 0 | 20 | 141 | 15 | 62 | 137 | 55 |
| Binary | 11011101 | 10111010 | 110 | 0 | 10000 | 1100001 | 1101 | 110010 | 1011111 | 101101 |
Color Harmonies of #DDBA06
Complementary color
Monochromatic Colors of #DDBA06
Black with #DDBA06
Text Example
Text Example
White with #DDBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA06; }
p { color: rgb(221,186,6); }
H1.HeaderClassName
{
color: #DDBA06;
}
.AnyTagClassName
{
color: #DDBA06;
}
</style>
background-color css
<style>
a { background-color: #DDBA06; }
a { background-color: rgb(221,186,6); }
div.DivClassName
{
background-color: #DDBA06;
}
.BgClassName
{
background-color: #DDBA06;
}
</style>
border-color css
<style>
span { border-color: #DDBA06; }
span { border-color: rgb(221,186,6); }
td.TdClassName
{
border-color: #DDBA06;
}
.TagClassName
{
border-color: #DDBA06;
}
</style>