Shades of Sunflower #DDC60D
Tints of Sunflower #DDC60D
RGB
CMYK
RGB Variations
Color information
#DDC60D (or 0xDDC60D) is known color: Sunflower. HEX triplet: DD, C6 and 0D. RGB value is (221,198,13). Sum of RGB (Red+Green+Blue) = 221+198+13=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC60D is #2239F2. Grayscale: #B8B8B8. Windows color (decimal): -2243059 or 902877. OLE color: 902877.
HSL color Cylindrical-coordinate representation of color #DDC60D: hue angle of 53.37º 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 #DDC60D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.13 |
| HSL | 53.37º | 0.89% | 0.46% | - |
| HSV(B) | 53.37º | 0.94% | 0.87% | - |
| XYZ | 50.09 | 55.79 | 8.51 | - |
| YUV | 183.79 | 31.62 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 13 | 0 | 0.10 | 0.94 | 0.13 | 53.37 | 0.89 | 0.46 |
| Hex | DD | C6 | D | 0 | A | 5E | D | 35 | 59 | 2E |
| Octal | 335 | 306 | 15 | 0 | 12 | 136 | 15 | 65 | 131 | 56 |
| Binary | 11011101 | 11000110 | 1101 | 0 | 1010 | 1011110 | 1101 | 110101 | 1011001 | 101110 |
Color Harmonies of #DDC60D
Complementary color
Monochromatic Colors of #DDC60D
Black with #DDC60D
Text Example
Text Example
White with #DDC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC60D; }
p { color: rgb(221,198,13); }
H1.HeaderClassName
{
color: #DDC60D;
}
.AnyTagClassName
{
color: #DDC60D;
}
</style>
background-color css
<style>
a { background-color: #DDC60D; }
a { background-color: rgb(221,198,13); }
div.DivClassName
{
background-color: #DDC60D;
}
.BgClassName
{
background-color: #DDC60D;
}
</style>
border-color css
<style>
span { border-color: #DDC60D; }
span { border-color: rgb(221,198,13); }
td.TdClassName
{
border-color: #DDC60D;
}
.TagClassName
{
border-color: #DDC60D;
}
</style>