Shades of Sunflower #DDC113
Tints of Sunflower #DDC113
RGB
CMYK
RGB Variations
Color information
#DDC113 (or 0xDDC113) is known color: Sunflower. HEX triplet: DD, C1 and 13. RGB value is (221,193,19). Sum of RGB (Red+Green+Blue) = 221+193+19=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC113 is #223EEC. Grayscale: #B6B6B6. Windows color (decimal): -2244333 or 1294813. OLE color: 1294813.
HSL color Cylindrical-coordinate representation of color #DDC113: hue angle of 51.68º 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 #DDC113 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 19 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.13 |
| HSL | 51.68º | 0.84% | 0.47% | - |
| HSV(B) | 51.68º | 0.91% | 0.87% | - |
| XYZ | 49.01 | 53.56 | 8.37 | - |
| YUV | 181.54 | 36.28 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 19 | 0 | 0.13 | 0.91 | 0.13 | 51.68 | 0.84 | 0.47 |
| Hex | DD | C1 | 13 | 0 | D | 5B | D | 34 | 54 | 2F |
| Octal | 335 | 301 | 23 | 0 | 15 | 133 | 15 | 64 | 124 | 57 |
| Binary | 11011101 | 11000001 | 10011 | 0 | 1101 | 1011011 | 1101 | 110100 | 1010100 | 101111 |
Color Harmonies of #DDC113
Complementary color
Monochromatic Colors of #DDC113
Black with #DDC113
Text Example
Text Example
White with #DDC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC113; }
p { color: rgb(221,193,19); }
H1.HeaderClassName
{
color: #DDC113;
}
.AnyTagClassName
{
color: #DDC113;
}
</style>
background-color css
<style>
a { background-color: #DDC113; }
a { background-color: rgb(221,193,19); }
div.DivClassName
{
background-color: #DDC113;
}
.BgClassName
{
background-color: #DDC113;
}
</style>
border-color css
<style>
span { border-color: #DDC113; }
span { border-color: rgb(221,193,19); }
td.TdClassName
{
border-color: #DDC113;
}
.TagClassName
{
border-color: #DDC113;
}
</style>