Shades of Sunflower #DDC91E
Tints of Sunflower #DDC91E
RGB
CMYK
RGB Variations
Color information
#DDC91E (or 0xDDC91E) is known color: Sunflower. HEX triplet: DD, C9 and 1E. RGB value is (221,201,30). Sum of RGB (Red+Green+Blue) = 221+201+30=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC91E is #2236E1. Grayscale: #BCBCBC. Windows color (decimal): -2242274 or 2017757. OLE color: 2017757.
HSL color Cylindrical-coordinate representation of color #DDC91E: hue angle of 53.72º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDC91E is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 30 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.13 |
| HSL | 53.72º | 0.76% | 0.49% | - |
| HSV(B) | 53.72º | 0.86% | 0.87% | - |
| XYZ | 50.94 | 57.24 | 9.59 | - |
| YUV | 187.49 | 39.13 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 30 | 0 | 0.09 | 0.86 | 0.13 | 53.72 | 0.76 | 0.49 |
| Hex | DD | C9 | 1E | 0 | 9 | 56 | D | 36 | 4C | 31 |
| Octal | 335 | 311 | 36 | 0 | 11 | 126 | 15 | 66 | 114 | 61 |
| Binary | 11011101 | 11001001 | 11110 | 0 | 1001 | 1010110 | 1101 | 110110 | 1001100 | 110001 |
Color Harmonies of #DDC91E
Complementary color
Monochromatic Colors of #DDC91E
Black with #DDC91E
Text Example
Text Example
White with #DDC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC91E; }
p { color: rgb(221,201,30); }
H1.HeaderClassName
{
color: #DDC91E;
}
.AnyTagClassName
{
color: #DDC91E;
}
</style>
background-color css
<style>
a { background-color: #DDC91E; }
a { background-color: rgb(221,201,30); }
div.DivClassName
{
background-color: #DDC91E;
}
.BgClassName
{
background-color: #DDC91E;
}
</style>
border-color css
<style>
span { border-color: #DDC91E; }
span { border-color: rgb(221,201,30); }
td.TdClassName
{
border-color: #DDC91E;
}
.TagClassName
{
border-color: #DDC91E;
}
</style>