Shades of Sunflower #DDBA0E
Tints of Sunflower #DDBA0E
RGB
CMYK
RGB Variations
Color information
#DDBA0E (or 0xDDBA0E) is known color: Sunflower. HEX triplet: DD, BA and 0E. RGB value is (221,186,14). Sum of RGB (Red+Green+Blue) = 221+186+14=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA0E is #2245F1. Grayscale: #B1B1B1. Windows color (decimal): -2246130 or 965341. OLE color: 965341.
HSL color Cylindrical-coordinate representation of color #DDBA0E: hue angle of 49.86º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDBA0E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.13 |
| HSL | 49.86º | 0.88% | 0.46% | - |
| HSV(B) | 49.86º | 0.94% | 0.87% | - |
| XYZ | 47.46 | 50.52 | 7.67 | - |
| YUV | 176.86 | 36.1 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 14 | 0 | 0.16 | 0.94 | 0.13 | 49.86 | 0.88 | 0.46 |
| Hex | DD | BA | E | 0 | 10 | 5E | D | 32 | 58 | 2E |
| Octal | 335 | 272 | 16 | 0 | 20 | 136 | 15 | 62 | 130 | 56 |
| Binary | 11011101 | 10111010 | 1110 | 0 | 10000 | 1011110 | 1101 | 110010 | 1011000 | 101110 |
Color Harmonies of #DDBA0E
Complementary color
Monochromatic Colors of #DDBA0E
Black with #DDBA0E
Text Example
Text Example
White with #DDBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA0E; }
p { color: rgb(221,186,14); }
H1.HeaderClassName
{
color: #DDBA0E;
}
.AnyTagClassName
{
color: #DDBA0E;
}
</style>
background-color css
<style>
a { background-color: #DDBA0E; }
a { background-color: rgb(221,186,14); }
div.DivClassName
{
background-color: #DDBA0E;
}
.BgClassName
{
background-color: #DDBA0E;
}
</style>
border-color css
<style>
span { border-color: #DDBA0E; }
span { border-color: rgb(221,186,14); }
td.TdClassName
{
border-color: #DDBA0E;
}
.TagClassName
{
border-color: #DDBA0E;
}
</style>