Shades of Sunflower #DDC510
Tints of Sunflower #DDC510
RGB
CMYK
RGB Variations
Color information
#DDC510 (or 0xDDC510) is known color: Sunflower. HEX triplet: DD, C5 and 10. RGB value is (221,197,16). Sum of RGB (Red+Green+Blue) = 221+197+16=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC510 is #223AEF. Grayscale: #B8B8B8. Windows color (decimal): -2243312 or 1099229. OLE color: 1099229.
HSL color Cylindrical-coordinate representation of color #DDC510: hue angle of 52.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDC510 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 16 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.13 |
| HSL | 52.98º | 0.86% | 0.46% | - |
| HSV(B) | 52.98º | 0.93% | 0.87% | - |
| XYZ | 49.88 | 55.34 | 8.54 | - |
| YUV | 183.54 | 33.45 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 16 | 0 | 0.11 | 0.93 | 0.13 | 52.98 | 0.86 | 0.46 |
| Hex | DD | C5 | 10 | 0 | B | 5D | D | 35 | 56 | 2E |
| Octal | 335 | 305 | 20 | 0 | 13 | 135 | 15 | 65 | 126 | 56 |
| Binary | 11011101 | 11000101 | 10000 | 0 | 1011 | 1011101 | 1101 | 110101 | 1010110 | 101110 |
Color Harmonies of #DDC510
Complementary color
Monochromatic Colors of #DDC510
Black with #DDC510
Text Example
Text Example
White with #DDC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC510; }
p { color: rgb(221,197,16); }
H1.HeaderClassName
{
color: #DDC510;
}
.AnyTagClassName
{
color: #DDC510;
}
</style>
background-color css
<style>
a { background-color: #DDC510; }
a { background-color: rgb(221,197,16); }
div.DivClassName
{
background-color: #DDC510;
}
.BgClassName
{
background-color: #DDC510;
}
</style>
border-color css
<style>
span { border-color: #DDC510; }
span { border-color: rgb(221,197,16); }
td.TdClassName
{
border-color: #DDC510;
}
.TagClassName
{
border-color: #DDC510;
}
</style>