Shades of Sunflower #DDC613
Tints of Sunflower #DDC613
RGB
CMYK
RGB Variations
Color information
#DDC613 (or 0xDDC613) is known color: Sunflower. HEX triplet: DD, C6 and 13. RGB value is (221,198,19). Sum of RGB (Red+Green+Blue) = 221+198+19=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC613 is #2239EC. Grayscale: #B9B9B9. Windows color (decimal): -2243053 or 1296093. OLE color: 1296093.
HSL color Cylindrical-coordinate representation of color #DDC613: hue angle of 53.17º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDC613 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 19 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.13 |
| HSL | 53.17º | 0.84% | 0.47% | - |
| HSV(B) | 53.17º | 0.91% | 0.87% | - |
| XYZ | 50.13 | 55.81 | 8.75 | - |
| YUV | 184.47 | 34.62 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 19 | 0 | 0.10 | 0.91 | 0.13 | 53.17 | 0.84 | 0.47 |
| Hex | DD | C6 | 13 | 0 | A | 5B | D | 35 | 54 | 2F |
| Octal | 335 | 306 | 23 | 0 | 12 | 133 | 15 | 65 | 124 | 57 |
| Binary | 11011101 | 11000110 | 10011 | 0 | 1010 | 1011011 | 1101 | 110101 | 1010100 | 101111 |
Color Harmonies of #DDC613
Complementary color
Monochromatic Colors of #DDC613
Black with #DDC613
Text Example
Text Example
White with #DDC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC613; }
p { color: rgb(221,198,19); }
H1.HeaderClassName
{
color: #DDC613;
}
.AnyTagClassName
{
color: #DDC613;
}
</style>
background-color css
<style>
a { background-color: #DDC613; }
a { background-color: rgb(221,198,19); }
div.DivClassName
{
background-color: #DDC613;
}
.BgClassName
{
background-color: #DDC613;
}
</style>
border-color css
<style>
span { border-color: #DDC613; }
span { border-color: rgb(221,198,19); }
td.TdClassName
{
border-color: #DDC613;
}
.TagClassName
{
border-color: #DDC613;
}
</style>