Shades of Sunflower #DDC70D
Tints of Sunflower #DDC70D
RGB
CMYK
RGB Variations
Color information
#DDC70D (or 0xDDC70D) is known color: Sunflower. HEX triplet: DD, C7 and 0D. RGB value is (221,199,13). Sum of RGB (Red+Green+Blue) = 221+199+13=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC70D is #2238F2. Grayscale: #B9B9B9. Windows color (decimal): -2242803 or 903133. OLE color: 903133.
HSL color Cylindrical-coordinate representation of color #DDC70D: hue angle of 53.65º 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 #DDC70D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.13 |
| HSL | 53.65º | 0.89% | 0.46% | - |
| HSV(B) | 53.65º | 0.94% | 0.87% | - |
| XYZ | 50.31 | 56.25 | 8.59 | - |
| YUV | 184.37 | 31.29 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 13 | 0 | 0.10 | 0.94 | 0.13 | 53.65 | 0.89 | 0.46 |
| Hex | DD | C7 | D | 0 | A | 5E | D | 36 | 59 | 2E |
| Octal | 335 | 307 | 15 | 0 | 12 | 136 | 15 | 66 | 131 | 56 |
| Binary | 11011101 | 11000111 | 1101 | 0 | 1010 | 1011110 | 1101 | 110110 | 1011001 | 101110 |
Color Harmonies of #DDC70D
Complementary color
Monochromatic Colors of #DDC70D
Black with #DDC70D
Text Example
Text Example
White with #DDC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC70D; }
p { color: rgb(221,199,13); }
H1.HeaderClassName
{
color: #DDC70D;
}
.AnyTagClassName
{
color: #DDC70D;
}
</style>
background-color css
<style>
a { background-color: #DDC70D; }
a { background-color: rgb(221,199,13); }
div.DivClassName
{
background-color: #DDC70D;
}
.BgClassName
{
background-color: #DDC70D;
}
</style>
border-color css
<style>
span { border-color: #DDC70D; }
span { border-color: rgb(221,199,13); }
td.TdClassName
{
border-color: #DDC70D;
}
.TagClassName
{
border-color: #DDC70D;
}
</style>