Shades of Sunflower #DDB611
Tints of Sunflower #DDB611
RGB
CMYK
RGB Variations
Color information
#DDB611 (or 0xDDB611) is known color: Sunflower. HEX triplet: DD, B6 and 11. RGB value is (221,182,17). Sum of RGB (Red+Green+Blue) = 221+182+17=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB611 is #2249EE. Grayscale: #AFAFAF. Windows color (decimal): -2247151 or 1160925. OLE color: 1160925.
HSL color Cylindrical-coordinate representation of color #DDB611: hue angle of 48.53º 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 #DDB611 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 17 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.13 |
| HSL | 48.53º | 0.86% | 0.47% | - |
| HSV(B) | 48.53º | 0.92% | 0.87% | - |
| XYZ | 46.65 | 48.87 | 7.5 | - |
| YUV | 174.85 | 38.92 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 17 | 0 | 0.18 | 0.92 | 0.13 | 48.53 | 0.86 | 0.47 |
| Hex | DD | B6 | 11 | 0 | 12 | 5C | D | 31 | 56 | 2F |
| Octal | 335 | 266 | 21 | 0 | 22 | 134 | 15 | 61 | 126 | 57 |
| Binary | 11011101 | 10110110 | 10001 | 0 | 10010 | 1011100 | 1101 | 110001 | 1010110 | 101111 |
Color Harmonies of #DDB611
Complementary color
Monochromatic Colors of #DDB611
Black with #DDB611
Text Example
Text Example
White with #DDB611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB611; }
p { color: rgb(221,182,17); }
H1.HeaderClassName
{
color: #DDB611;
}
.AnyTagClassName
{
color: #DDB611;
}
</style>
background-color css
<style>
a { background-color: #DDB611; }
a { background-color: rgb(221,182,17); }
div.DivClassName
{
background-color: #DDB611;
}
.BgClassName
{
background-color: #DDB611;
}
</style>
border-color css
<style>
span { border-color: #DDB611; }
span { border-color: rgb(221,182,17); }
td.TdClassName
{
border-color: #DDB611;
}
.TagClassName
{
border-color: #DDB611;
}
</style>