Shades of Sunflower #DDD20E
Tints of Sunflower #DDD20E
RGB
CMYK
RGB Variations
Color information
#DDD20E (or 0xDDD20E) is known color: Sunflower. HEX triplet: DD, D2 and 0E. RGB value is (221,210,14). Sum of RGB (Red+Green+Blue) = 221+210+14=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD20E is #222DF1. Grayscale: #BFBFBF. Windows color (decimal): -2239986 or 971485. OLE color: 971485.
HSL color Cylindrical-coordinate representation of color #DDD20E: hue angle of 56.81º 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 #DDD20E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.13 |
| HSL | 56.81º | 0.88% | 0.46% | - |
| HSV(B) | 56.81º | 0.94% | 0.87% | - |
| XYZ | 52.94 | 61.5 | 9.5 | - |
| YUV | 190.95 | 28.14 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 14 | 0 | 0.05 | 0.94 | 0.13 | 56.81 | 0.88 | 0.46 |
| Hex | DD | D2 | E | 0 | 5 | 5E | D | 39 | 58 | 2E |
| Octal | 335 | 322 | 16 | 0 | 5 | 136 | 15 | 71 | 130 | 56 |
| Binary | 11011101 | 11010010 | 1110 | 0 | 101 | 1011110 | 1101 | 111001 | 1011000 | 101110 |
Color Harmonies of #DDD20E
Complementary color
Monochromatic Colors of #DDD20E
Black with #DDD20E
Text Example
Text Example
White with #DDD20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD20E; }
p { color: rgb(221,210,14); }
H1.HeaderClassName
{
color: #DDD20E;
}
.AnyTagClassName
{
color: #DDD20E;
}
</style>
background-color css
<style>
a { background-color: #DDD20E; }
a { background-color: rgb(221,210,14); }
div.DivClassName
{
background-color: #DDD20E;
}
.BgClassName
{
background-color: #DDD20E;
}
</style>
border-color css
<style>
span { border-color: #DDD20E; }
span { border-color: rgb(221,210,14); }
td.TdClassName
{
border-color: #DDD20E;
}
.TagClassName
{
border-color: #DDD20E;
}
</style>