Shades of Sunflower #DDBA1E
Tints of Sunflower #DDBA1E
RGB
CMYK
RGB Variations
Color information
#DDBA1E (or 0xDDBA1E) is known color: Sunflower. HEX triplet: DD, BA and 1E. RGB value is (221,186,30). Sum of RGB (Red+Green+Blue) = 221+186+30=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA1E is #2245E1. Grayscale: #B3B3B3. Windows color (decimal): -2246114 or 2013917. OLE color: 2013917.
HSL color Cylindrical-coordinate representation of color #DDBA1E: hue angle of 49.01º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDBA1E is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 30 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.13 |
| HSL | 49.01º | 0.76% | 0.49% | - |
| HSV(B) | 49.01º | 0.86% | 0.87% | - |
| XYZ | 47.61 | 50.58 | 8.48 | - |
| YUV | 178.68 | 44.1 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 30 | 0 | 0.16 | 0.86 | 0.13 | 49.01 | 0.76 | 0.49 |
| Hex | DD | BA | 1E | 0 | 10 | 56 | D | 31 | 4C | 31 |
| Octal | 335 | 272 | 36 | 0 | 20 | 126 | 15 | 61 | 114 | 61 |
| Binary | 11011101 | 10111010 | 11110 | 0 | 10000 | 1010110 | 1101 | 110001 | 1001100 | 110001 |
Color Harmonies of #DDBA1E
Complementary color
Monochromatic Colors of #DDBA1E
Black with #DDBA1E
Text Example
Text Example
White with #DDBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA1E; }
p { color: rgb(221,186,30); }
H1.HeaderClassName
{
color: #DDBA1E;
}
.AnyTagClassName
{
color: #DDBA1E;
}
</style>
background-color css
<style>
a { background-color: #DDBA1E; }
a { background-color: rgb(221,186,30); }
div.DivClassName
{
background-color: #DDBA1E;
}
.BgClassName
{
background-color: #DDBA1E;
}
</style>
border-color css
<style>
span { border-color: #DDBA1E; }
span { border-color: rgb(221,186,30); }
td.TdClassName
{
border-color: #DDBA1E;
}
.TagClassName
{
border-color: #DDBA1E;
}
</style>