Shades of Sunflower #DDB70A
Tints of Sunflower #DDB70A
RGB
CMYK
RGB Variations
Color information
#DDB70A (or 0xDDB70A) is known color: Sunflower. HEX triplet: DD, B7 and 0A. RGB value is (221,183,10). Sum of RGB (Red+Green+Blue) = 221+183+10=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB70A is #2248F5. Grayscale: #AFAFAF. Windows color (decimal): -2246902 or 702429. OLE color: 702429.
HSL color Cylindrical-coordinate representation of color #DDB70A: hue angle of 49.19º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDB70A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 10 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.13 |
| HSL | 49.19º | 0.91% | 0.45% | - |
| HSV(B) | 49.19º | 0.95% | 0.87% | - |
| XYZ | 46.81 | 49.26 | 7.33 | - |
| YUV | 174.64 | 35.09 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 10 | 0 | 0.17 | 0.95 | 0.13 | 49.19 | 0.91 | 0.45 |
| Hex | DD | B7 | A | 0 | 11 | 5F | D | 31 | 5B | 2D |
| Octal | 335 | 267 | 12 | 0 | 21 | 137 | 15 | 61 | 133 | 55 |
| Binary | 11011101 | 10110111 | 1010 | 0 | 10001 | 1011111 | 1101 | 110001 | 1011011 | 101101 |
Color Harmonies of #DDB70A
Complementary color
Monochromatic Colors of #DDB70A
Black with #DDB70A
Text Example
Text Example
White with #DDB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB70A; }
p { color: rgb(221,183,10); }
H1.HeaderClassName
{
color: #DDB70A;
}
.AnyTagClassName
{
color: #DDB70A;
}
</style>
background-color css
<style>
a { background-color: #DDB70A; }
a { background-color: rgb(221,183,10); }
div.DivClassName
{
background-color: #DDB70A;
}
.BgClassName
{
background-color: #DDB70A;
}
</style>
border-color css
<style>
span { border-color: #DDB70A; }
span { border-color: rgb(221,183,10); }
td.TdClassName
{
border-color: #DDB70A;
}
.TagClassName
{
border-color: #DDB70A;
}
</style>