Shades of Sunflower #DDD00E
Tints of Sunflower #DDD00E
RGB
CMYK
RGB Variations
Color information
#DDD00E (or 0xDDD00E) is known color: Sunflower. HEX triplet: DD, D0 and 0E. RGB value is (221,208,14). Sum of RGB (Red+Green+Blue) = 221+208+14=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD00E is #222FF1. Grayscale: #BEBEBE. Windows color (decimal): -2240498 or 970973. OLE color: 970973.
HSL color Cylindrical-coordinate representation of color #DDD00E: hue angle of 56.23º degrees, saturation: 0.88, 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 #DDD00E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.13 |
| HSL | 56.23º | 0.88% | 0.46% | - |
| HSV(B) | 56.23º | 0.94% | 0.87% | - |
| XYZ | 52.45 | 60.52 | 9.33 | - |
| YUV | 189.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 14 | 0 | 0.06 | 0.94 | 0.13 | 56.23 | 0.88 | 0.46 |
| Hex | DD | D0 | E | 0 | 6 | 5E | D | 38 | 58 | 2E |
| Octal | 335 | 320 | 16 | 0 | 6 | 136 | 15 | 70 | 130 | 56 |
| Binary | 11011101 | 11010000 | 1110 | 0 | 110 | 1011110 | 1101 | 111000 | 1011000 | 101110 |
Color Harmonies of #DDD00E
Complementary color
Monochromatic Colors of #DDD00E
Black with #DDD00E
Text Example
Text Example
White with #DDD00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD00E; }
p { color: rgb(221,208,14); }
H1.HeaderClassName
{
color: #DDD00E;
}
.AnyTagClassName
{
color: #DDD00E;
}
</style>
background-color css
<style>
a { background-color: #DDD00E; }
a { background-color: rgb(221,208,14); }
div.DivClassName
{
background-color: #DDD00E;
}
.BgClassName
{
background-color: #DDD00E;
}
</style>
border-color css
<style>
span { border-color: #DDD00E; }
span { border-color: rgb(221,208,14); }
td.TdClassName
{
border-color: #DDD00E;
}
.TagClassName
{
border-color: #DDD00E;
}
</style>