Shades of Sunflower #DDBC11
Tints of Sunflower #DDBC11
RGB
CMYK
RGB Variations
Color information
#DDBC11 (or 0xDDBC11) is known color: Sunflower. HEX triplet: DD, BC and 11. RGB value is (221,188,17). Sum of RGB (Red+Green+Blue) = 221+188+17=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC11 is #2243EE. Grayscale: #B3B3B3. Windows color (decimal): -2245615 or 1162461. OLE color: 1162461.
HSL color Cylindrical-coordinate representation of color #DDBC11: hue angle of 50.29º 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 #DDBC11 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 17 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.13 |
| HSL | 50.29º | 0.86% | 0.47% | - |
| HSV(B) | 50.29º | 0.92% | 0.87% | - |
| XYZ | 47.9 | 51.38 | 7.92 | - |
| YUV | 178.37 | 36.93 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 17 | 0 | 0.15 | 0.92 | 0.13 | 50.29 | 0.86 | 0.47 |
| Hex | DD | BC | 11 | 0 | F | 5C | D | 32 | 56 | 2F |
| Octal | 335 | 274 | 21 | 0 | 17 | 134 | 15 | 62 | 126 | 57 |
| Binary | 11011101 | 10111100 | 10001 | 0 | 1111 | 1011100 | 1101 | 110010 | 1010110 | 101111 |
Color Harmonies of #DDBC11
Complementary color
Monochromatic Colors of #DDBC11
Black with #DDBC11
Text Example
Text Example
White with #DDBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC11; }
p { color: rgb(221,188,17); }
H1.HeaderClassName
{
color: #DDBC11;
}
.AnyTagClassName
{
color: #DDBC11;
}
</style>
background-color css
<style>
a { background-color: #DDBC11; }
a { background-color: rgb(221,188,17); }
div.DivClassName
{
background-color: #DDBC11;
}
.BgClassName
{
background-color: #DDBC11;
}
</style>
border-color css
<style>
span { border-color: #DDBC11; }
span { border-color: rgb(221,188,17); }
td.TdClassName
{
border-color: #DDBC11;
}
.TagClassName
{
border-color: #DDBC11;
}
</style>