Shades of Sunflower #DDC90E
Tints of Sunflower #DDC90E
RGB
CMYK
RGB Variations
Color information
#DDC90E (or 0xDDC90E) is known color: Sunflower. HEX triplet: DD, C9 and 0E. RGB value is (221,201,14). Sum of RGB (Red+Green+Blue) = 221+201+14=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC90E is #2236F1. Grayscale: #BABABA. Windows color (decimal): -2242290 or 969181. OLE color: 969181.
HSL color Cylindrical-coordinate representation of color #DDC90E: hue angle of 54.2º degrees, saturation: 0.88, 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 #DDC90E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.13 |
| HSL | 54.2º | 0.88% | 0.46% | - |
| HSV(B) | 54.2º | 0.94% | 0.87% | - |
| XYZ | 50.78 | 57.18 | 8.78 | - |
| YUV | 185.66 | 31.13 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 14 | 0 | 0.09 | 0.94 | 0.13 | 54.2 | 0.88 | 0.46 |
| Hex | DD | C9 | E | 0 | 9 | 5E | D | 36 | 58 | 2E |
| Octal | 335 | 311 | 16 | 0 | 11 | 136 | 15 | 66 | 130 | 56 |
| Binary | 11011101 | 11001001 | 1110 | 0 | 1001 | 1011110 | 1101 | 110110 | 1011000 | 101110 |
Color Harmonies of #DDC90E
Complementary color
Monochromatic Colors of #DDC90E
Black with #DDC90E
Text Example
Text Example
White with #DDC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC90E; }
p { color: rgb(221,201,14); }
H1.HeaderClassName
{
color: #DDC90E;
}
.AnyTagClassName
{
color: #DDC90E;
}
</style>
background-color css
<style>
a { background-color: #DDC90E; }
a { background-color: rgb(221,201,14); }
div.DivClassName
{
background-color: #DDC90E;
}
.BgClassName
{
background-color: #DDC90E;
}
</style>
border-color css
<style>
span { border-color: #DDC90E; }
span { border-color: rgb(221,201,14); }
td.TdClassName
{
border-color: #DDC90E;
}
.TagClassName
{
border-color: #DDC90E;
}
</style>