Shades of Sunflower #DDB711
Tints of Sunflower #DDB711
RGB
CMYK
RGB Variations
Color information
#DDB711 (or 0xDDB711) is known color: Sunflower. HEX triplet: DD, B7 and 11. RGB value is (221,183,17). Sum of RGB (Red+Green+Blue) = 221+183+17=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB711 is #2248EE. Grayscale: #B0B0B0. Windows color (decimal): -2246895 or 1161181. OLE color: 1161181.
HSL color Cylindrical-coordinate representation of color #DDB711: hue angle of 48.82º 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 #DDB711 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 17 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.13 |
| HSL | 48.82º | 0.86% | 0.47% | - |
| HSV(B) | 48.82º | 0.92% | 0.87% | - |
| XYZ | 46.85 | 49.28 | 7.57 | - |
| YUV | 175.44 | 38.59 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 17 | 0 | 0.17 | 0.92 | 0.13 | 48.82 | 0.86 | 0.47 |
| Hex | DD | B7 | 11 | 0 | 11 | 5C | D | 31 | 56 | 2F |
| Octal | 335 | 267 | 21 | 0 | 21 | 134 | 15 | 61 | 126 | 57 |
| Binary | 11011101 | 10110111 | 10001 | 0 | 10001 | 1011100 | 1101 | 110001 | 1010110 | 101111 |
Color Harmonies of #DDB711
Complementary color
Monochromatic Colors of #DDB711
Black with #DDB711
Text Example
Text Example
White with #DDB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB711; }
p { color: rgb(221,183,17); }
H1.HeaderClassName
{
color: #DDB711;
}
.AnyTagClassName
{
color: #DDB711;
}
</style>
background-color css
<style>
a { background-color: #DDB711; }
a { background-color: rgb(221,183,17); }
div.DivClassName
{
background-color: #DDB711;
}
.BgClassName
{
background-color: #DDB711;
}
</style>
border-color css
<style>
span { border-color: #DDB711; }
span { border-color: rgb(221,183,17); }
td.TdClassName
{
border-color: #DDB711;
}
.TagClassName
{
border-color: #DDB711;
}
</style>