Shades of Sunflower #DDBB0E
Tints of Sunflower #DDBB0E
RGB
CMYK
RGB Variations
Color information
#DDBB0E (or 0xDDBB0E) is known color: Sunflower. HEX triplet: DD, BB and 0E. RGB value is (221,187,14). Sum of RGB (Red+Green+Blue) = 221+187+14=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB0E is #2244F1. Grayscale: #B2B2B2. Windows color (decimal): -2245874 or 965597. OLE color: 965597.
HSL color Cylindrical-coordinate representation of color #DDBB0E: hue angle of 50.14º 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 #DDBB0E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.13 |
| HSL | 50.14º | 0.88% | 0.46% | - |
| HSV(B) | 50.14º | 0.94% | 0.87% | - |
| XYZ | 47.67 | 50.94 | 7.74 | - |
| YUV | 177.44 | 35.76 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 14 | 0 | 0.15 | 0.94 | 0.13 | 50.14 | 0.88 | 0.46 |
| Hex | DD | BB | E | 0 | F | 5E | D | 32 | 58 | 2E |
| Octal | 335 | 273 | 16 | 0 | 17 | 136 | 15 | 62 | 130 | 56 |
| Binary | 11011101 | 10111011 | 1110 | 0 | 1111 | 1011110 | 1101 | 110010 | 1011000 | 101110 |
Color Harmonies of #DDBB0E
Complementary color
Monochromatic Colors of #DDBB0E
Black with #DDBB0E
Text Example
Text Example
White with #DDBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB0E; }
p { color: rgb(221,187,14); }
H1.HeaderClassName
{
color: #DDBB0E;
}
.AnyTagClassName
{
color: #DDBB0E;
}
</style>
background-color css
<style>
a { background-color: #DDBB0E; }
a { background-color: rgb(221,187,14); }
div.DivClassName
{
background-color: #DDBB0E;
}
.BgClassName
{
background-color: #DDBB0E;
}
</style>
border-color css
<style>
span { border-color: #DDBB0E; }
span { border-color: rgb(221,187,14); }
td.TdClassName
{
border-color: #DDBB0E;
}
.TagClassName
{
border-color: #DDBB0E;
}
</style>