Shades of Sunflower #DDC91B
Tints of Sunflower #DDC91B
RGB
CMYK
RGB Variations
Color information
#DDC91B (or 0xDDC91B) is known color: Sunflower. HEX triplet: DD, C9 and 1B. RGB value is (221,201,27). Sum of RGB (Red+Green+Blue) = 221+201+27=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC91B is #2236E4. Grayscale: #BBBBBB. Windows color (decimal): -2242277 or 1821149. OLE color: 1821149.
HSL color Cylindrical-coordinate representation of color #DDC91B: hue angle of 53.81º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDC91B is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 27 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.13 |
| HSL | 53.81º | 0.78% | 0.49% | - |
| HSV(B) | 53.81º | 0.88% | 0.87% | - |
| XYZ | 50.9 | 57.22 | 9.4 | - |
| YUV | 187.14 | 37.63 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 27 | 0 | 0.09 | 0.88 | 0.13 | 53.81 | 0.78 | 0.49 |
| Hex | DD | C9 | 1B | 0 | 9 | 58 | D | 36 | 4E | 31 |
| Octal | 335 | 311 | 33 | 0 | 11 | 130 | 15 | 66 | 116 | 61 |
| Binary | 11011101 | 11001001 | 11011 | 0 | 1001 | 1011000 | 1101 | 110110 | 1001110 | 110001 |
Color Harmonies of #DDC91B
Complementary color
Monochromatic Colors of #DDC91B
Black with #DDC91B
Text Example
Text Example
White with #DDC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC91B; }
p { color: rgb(221,201,27); }
H1.HeaderClassName
{
color: #DDC91B;
}
.AnyTagClassName
{
color: #DDC91B;
}
</style>
background-color css
<style>
a { background-color: #DDC91B; }
a { background-color: rgb(221,201,27); }
div.DivClassName
{
background-color: #DDC91B;
}
.BgClassName
{
background-color: #DDC91B;
}
</style>
border-color css
<style>
span { border-color: #DDC91B; }
span { border-color: rgb(221,201,27); }
td.TdClassName
{
border-color: #DDC91B;
}
.TagClassName
{
border-color: #DDC91B;
}
</style>