Shades of Sunflower #DDBB11
Tints of Sunflower #DDBB11
RGB
CMYK
RGB Variations
Color information
#DDBB11 (or 0xDDBB11) is known color: Sunflower. HEX triplet: DD, BB and 11. RGB value is (221,187,17). Sum of RGB (Red+Green+Blue) = 221+187+17=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB11 is #2244EE. Grayscale: #B2B2B2. Windows color (decimal): -2245871 or 1162205. OLE color: 1162205.
HSL color Cylindrical-coordinate representation of color #DDBB11: hue angle of 50º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDBB11 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 17 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.13 |
| HSL | 50º | 0.86% | 0.47% | - |
| HSV(B) | 50º | 0.92% | 0.87% | - |
| XYZ | 47.69 | 50.95 | 7.85 | - |
| YUV | 177.79 | 37.26 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 17 | 0 | 0.15 | 0.92 | 0.13 | 50 | 0.86 | 0.47 |
| Hex | DD | BB | 11 | 0 | F | 5C | D | 32 | 56 | 2F |
| Octal | 335 | 273 | 21 | 0 | 17 | 134 | 15 | 62 | 126 | 57 |
| Binary | 11011101 | 10111011 | 10001 | 0 | 1111 | 1011100 | 1101 | 110010 | 1010110 | 101111 |
Color Harmonies of #DDBB11
Complementary color
Monochromatic Colors of #DDBB11
Black with #DDBB11
Text Example
Text Example
White with #DDBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB11; }
p { color: rgb(221,187,17); }
H1.HeaderClassName
{
color: #DDBB11;
}
.AnyTagClassName
{
color: #DDBB11;
}
</style>
background-color css
<style>
a { background-color: #DDBB11; }
a { background-color: rgb(221,187,17); }
div.DivClassName
{
background-color: #DDBB11;
}
.BgClassName
{
background-color: #DDBB11;
}
</style>
border-color css
<style>
span { border-color: #DDBB11; }
span { border-color: rgb(221,187,17); }
td.TdClassName
{
border-color: #DDBB11;
}
.TagClassName
{
border-color: #DDBB11;
}
</style>