Shades of Sunflower #DDC10D
Tints of Sunflower #DDC10D
RGB
CMYK
RGB Variations
Color information
#DDC10D (or 0xDDC10D) is known color: Sunflower. HEX triplet: DD, C1 and 0D. RGB value is (221,193,13). Sum of RGB (Red+Green+Blue) = 221+193+13=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC10D is #223EF2. Grayscale: #B5B5B5. Windows color (decimal): -2244339 or 901597. OLE color: 901597.
HSL color Cylindrical-coordinate representation of color #DDC10D: hue angle of 51.92º 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 #DDC10D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.13 |
| HSL | 51.92º | 0.89% | 0.46% | - |
| HSV(B) | 51.92º | 0.94% | 0.87% | - |
| XYZ | 48.96 | 53.54 | 8.13 | - |
| YUV | 180.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 13 | 0 | 0.13 | 0.94 | 0.13 | 51.92 | 0.89 | 0.46 |
| Hex | DD | C1 | D | 0 | D | 5E | D | 34 | 59 | 2E |
| Octal | 335 | 301 | 15 | 0 | 15 | 136 | 15 | 64 | 131 | 56 |
| Binary | 11011101 | 11000001 | 1101 | 0 | 1101 | 1011110 | 1101 | 110100 | 1011001 | 101110 |
Color Harmonies of #DDC10D
Complementary color
Monochromatic Colors of #DDC10D
Black with #DDC10D
Text Example
Text Example
White with #DDC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC10D; }
p { color: rgb(221,193,13); }
H1.HeaderClassName
{
color: #DDC10D;
}
.AnyTagClassName
{
color: #DDC10D;
}
</style>
background-color css
<style>
a { background-color: #DDC10D; }
a { background-color: rgb(221,193,13); }
div.DivClassName
{
background-color: #DDC10D;
}
.BgClassName
{
background-color: #DDC10D;
}
</style>
border-color css
<style>
span { border-color: #DDC10D; }
span { border-color: rgb(221,193,13); }
td.TdClassName
{
border-color: #DDC10D;
}
.TagClassName
{
border-color: #DDC10D;
}
</style>