Shades of Sunflower #DDB70D
Tints of Sunflower #DDB70D
RGB
CMYK
RGB Variations
Color information
#DDB70D (or 0xDDB70D) is known color: Sunflower. HEX triplet: DD, B7 and 0D. RGB value is (221,183,13). Sum of RGB (Red+Green+Blue) = 221+183+13=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB70D is #2248F2. Grayscale: #AFAFAF. Windows color (decimal): -2246899 or 899037. OLE color: 899037.
HSL color Cylindrical-coordinate representation of color #DDB70D: hue angle of 49.04º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDB70D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.13 |
| HSL | 49.04º | 0.89% | 0.46% | - |
| HSV(B) | 49.04º | 0.94% | 0.87% | - |
| XYZ | 46.82 | 49.27 | 7.42 | - |
| YUV | 174.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 13 | 0 | 0.17 | 0.94 | 0.13 | 49.04 | 0.89 | 0.46 |
| Hex | DD | B7 | D | 0 | 11 | 5E | D | 31 | 59 | 2E |
| Octal | 335 | 267 | 15 | 0 | 21 | 136 | 15 | 61 | 131 | 56 |
| Binary | 11011101 | 10110111 | 1101 | 0 | 10001 | 1011110 | 1101 | 110001 | 1011001 | 101110 |
Color Harmonies of #DDB70D
Complementary color
Monochromatic Colors of #DDB70D
Black with #DDB70D
Text Example
Text Example
White with #DDB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB70D; }
p { color: rgb(221,183,13); }
H1.HeaderClassName
{
color: #DDB70D;
}
.AnyTagClassName
{
color: #DDB70D;
}
</style>
background-color css
<style>
a { background-color: #DDB70D; }
a { background-color: rgb(221,183,13); }
div.DivClassName
{
background-color: #DDB70D;
}
.BgClassName
{
background-color: #DDB70D;
}
</style>
border-color css
<style>
span { border-color: #DDB70D; }
span { border-color: rgb(221,183,13); }
td.TdClassName
{
border-color: #DDB70D;
}
.TagClassName
{
border-color: #DDB70D;
}
</style>