Shades of Sunflower #DDC70E
Tints of Sunflower #DDC70E
RGB
CMYK
RGB Variations
Color information
#DDC70E (or 0xDDC70E) is known color: Sunflower. HEX triplet: DD, C7 and 0E. RGB value is (221,199,14). Sum of RGB (Red+Green+Blue) = 221+199+14=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC70E is #2238F1. Grayscale: #B9B9B9. Windows color (decimal): -2242802 or 968669. OLE color: 968669.
HSL color Cylindrical-coordinate representation of color #DDC70E: hue angle of 53.62º 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 #DDC70E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.13 |
| HSL | 53.62º | 0.88% | 0.46% | - |
| HSV(B) | 53.62º | 0.94% | 0.87% | - |
| XYZ | 50.32 | 56.25 | 8.62 | - |
| YUV | 184.49 | 31.79 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 14 | 0 | 0.10 | 0.94 | 0.13 | 53.62 | 0.88 | 0.46 |
| Hex | DD | C7 | E | 0 | A | 5E | D | 36 | 58 | 2E |
| Octal | 335 | 307 | 16 | 0 | 12 | 136 | 15 | 66 | 130 | 56 |
| Binary | 11011101 | 11000111 | 1110 | 0 | 1010 | 1011110 | 1101 | 110110 | 1011000 | 101110 |
Color Harmonies of #DDC70E
Complementary color
Monochromatic Colors of #DDC70E
Black with #DDC70E
Text Example
Text Example
White with #DDC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC70E; }
p { color: rgb(221,199,14); }
H1.HeaderClassName
{
color: #DDC70E;
}
.AnyTagClassName
{
color: #DDC70E;
}
</style>
background-color css
<style>
a { background-color: #DDC70E; }
a { background-color: rgb(221,199,14); }
div.DivClassName
{
background-color: #DDC70E;
}
.BgClassName
{
background-color: #DDC70E;
}
</style>
border-color css
<style>
span { border-color: #DDC70E; }
span { border-color: rgb(221,199,14); }
td.TdClassName
{
border-color: #DDC70E;
}
.TagClassName
{
border-color: #DDC70E;
}
</style>