Shades of Sunflower #DDB706
Tints of Sunflower #DDB706
RGB
CMYK
RGB Variations
Color information
#DDB706 (or 0xDDB706) is known color: Sunflower. HEX triplet: DD, B7 and 06. RGB value is (221,183,6). Sum of RGB (Red+Green+Blue) = 221+183+6=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB706 is #2248F9. Grayscale: #AEAEAE. Windows color (decimal): -2246906 or 440285. OLE color: 440285.
HSL color Cylindrical-coordinate representation of color #DDB706: hue angle of 49.4º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDB706 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 6 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.13 |
| HSL | 49.4º | 0.95% | 0.45% | - |
| HSV(B) | 49.4º | 0.97% | 0.87% | - |
| XYZ | 46.79 | 49.25 | 7.21 | - |
| YUV | 174.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 6 | 0 | 0.17 | 0.97 | 0.13 | 49.4 | 0.95 | 0.45 |
| Hex | DD | B7 | 6 | 0 | 11 | 61 | D | 31 | 5F | 2D |
| Octal | 335 | 267 | 6 | 0 | 21 | 141 | 15 | 61 | 137 | 55 |
| Binary | 11011101 | 10110111 | 110 | 0 | 10001 | 1100001 | 1101 | 110001 | 1011111 | 101101 |
Color Harmonies of #DDB706
Complementary color
Monochromatic Colors of #DDB706
Black with #DDB706
Text Example
Text Example
White with #DDB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB706; }
p { color: rgb(221,183,6); }
H1.HeaderClassName
{
color: #DDB706;
}
.AnyTagClassName
{
color: #DDB706;
}
</style>
background-color css
<style>
a { background-color: #DDB706; }
a { background-color: rgb(221,183,6); }
div.DivClassName
{
background-color: #DDB706;
}
.BgClassName
{
background-color: #DDB706;
}
</style>
border-color css
<style>
span { border-color: #DDB706; }
span { border-color: rgb(221,183,6); }
td.TdClassName
{
border-color: #DDB706;
}
.TagClassName
{
border-color: #DDB706;
}
</style>