Shades of Sunflower #DDC91C
Tints of Sunflower #DDC91C
RGB
CMYK
RGB Variations
Color information
#DDC91C (or 0xDDC91C) is known color: Sunflower. HEX triplet: DD, C9 and 1C. RGB value is (221,201,28). Sum of RGB (Red+Green+Blue) = 221+201+28=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC91C is #2236E3. Grayscale: #BBBBBB. Windows color (decimal): -2242276 or 1886685. OLE color: 1886685.
HSL color Cylindrical-coordinate representation of color #DDC91C: hue angle of 53.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDC91C is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 28 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.13 |
| HSL | 53.78º | 0.78% | 0.49% | - |
| HSV(B) | 53.78º | 0.87% | 0.87% | - |
| XYZ | 50.92 | 57.23 | 9.46 | - |
| YUV | 187.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 28 | 0 | 0.09 | 0.87 | 0.13 | 53.78 | 0.78 | 0.49 |
| Hex | DD | C9 | 1C | 0 | 9 | 57 | D | 36 | 4E | 31 |
| Octal | 335 | 311 | 34 | 0 | 11 | 127 | 15 | 66 | 116 | 61 |
| Binary | 11011101 | 11001001 | 11100 | 0 | 1001 | 1010111 | 1101 | 110110 | 1001110 | 110001 |
Color Harmonies of #DDC91C
Complementary color
Monochromatic Colors of #DDC91C
Black with #DDC91C
Text Example
Text Example
White with #DDC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC91C; }
p { color: rgb(221,201,28); }
H1.HeaderClassName
{
color: #DDC91C;
}
.AnyTagClassName
{
color: #DDC91C;
}
</style>
background-color css
<style>
a { background-color: #DDC91C; }
a { background-color: rgb(221,201,28); }
div.DivClassName
{
background-color: #DDC91C;
}
.BgClassName
{
background-color: #DDC91C;
}
</style>
border-color css
<style>
span { border-color: #DDC91C; }
span { border-color: rgb(221,201,28); }
td.TdClassName
{
border-color: #DDC91C;
}
.TagClassName
{
border-color: #DDC91C;
}
</style>