Shades of Sunflower #DDC910
Tints of Sunflower #DDC910
RGB
CMYK
RGB Variations
Color information
#DDC910 (or 0xDDC910) is known color: Sunflower. HEX triplet: DD, C9 and 10. RGB value is (221,201,16). Sum of RGB (Red+Green+Blue) = 221+201+16=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC910 is #2236EF. Grayscale: #BABABA. Windows color (decimal): -2242288 or 1100253. OLE color: 1100253.
HSL color Cylindrical-coordinate representation of color #DDC910: hue angle of 54.15º 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 #DDC910 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.13 |
| HSL | 54.15º | 0.86% | 0.46% | - |
| HSV(B) | 54.15º | 0.93% | 0.87% | - |
| XYZ | 50.8 | 57.18 | 8.85 | - |
| YUV | 185.89 | 32.13 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 16 | 0 | 0.09 | 0.93 | 0.13 | 54.15 | 0.86 | 0.46 |
| Hex | DD | C9 | 10 | 0 | 9 | 5D | D | 36 | 56 | 2E |
| Octal | 335 | 311 | 20 | 0 | 11 | 135 | 15 | 66 | 126 | 56 |
| Binary | 11011101 | 11001001 | 10000 | 0 | 1001 | 1011101 | 1101 | 110110 | 1010110 | 101110 |
Color Harmonies of #DDC910
Complementary color
Monochromatic Colors of #DDC910
Black with #DDC910
Text Example
Text Example
White with #DDC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC910; }
p { color: rgb(221,201,16); }
H1.HeaderClassName
{
color: #DDC910;
}
.AnyTagClassName
{
color: #DDC910;
}
</style>
background-color css
<style>
a { background-color: #DDC910; }
a { background-color: rgb(221,201,16); }
div.DivClassName
{
background-color: #DDC910;
}
.BgClassName
{
background-color: #DDC910;
}
</style>
border-color css
<style>
span { border-color: #DDC910; }
span { border-color: rgb(221,201,16); }
td.TdClassName
{
border-color: #DDC910;
}
.TagClassName
{
border-color: #DDC910;
}
</style>