Shades of Sunflower #DDB90D
Tints of Sunflower #DDB90D
RGB
CMYK
RGB Variations
Color information
#DDB90D (or 0xDDB90D) is known color: Sunflower. HEX triplet: DD, B9 and 0D. RGB value is (221,185,13). Sum of RGB (Red+Green+Blue) = 221+185+13=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB90D is #2246F2. Grayscale: #B0B0B0. Windows color (decimal): -2246387 or 899549. OLE color: 899549.
HSL color Cylindrical-coordinate representation of color #DDB90D: hue angle of 49.62º degrees, saturation: 0.89, 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 #DDB90D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.13 |
| HSL | 49.62º | 0.89% | 0.46% | - |
| HSV(B) | 49.62º | 0.94% | 0.87% | - |
| XYZ | 47.24 | 50.1 | 7.56 | - |
| YUV | 176.16 | 35.93 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 13 | 0 | 0.16 | 0.94 | 0.13 | 49.62 | 0.89 | 0.46 |
| Hex | DD | B9 | D | 0 | 10 | 5E | D | 32 | 59 | 2E |
| Octal | 335 | 271 | 15 | 0 | 20 | 136 | 15 | 62 | 131 | 56 |
| Binary | 11011101 | 10111001 | 1101 | 0 | 10000 | 1011110 | 1101 | 110010 | 1011001 | 101110 |
Color Harmonies of #DDB90D
Complementary color
Monochromatic Colors of #DDB90D
Black with #DDB90D
Text Example
Text Example
White with #DDB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB90D; }
p { color: rgb(221,185,13); }
H1.HeaderClassName
{
color: #DDB90D;
}
.AnyTagClassName
{
color: #DDB90D;
}
</style>
background-color css
<style>
a { background-color: #DDB90D; }
a { background-color: rgb(221,185,13); }
div.DivClassName
{
background-color: #DDB90D;
}
.BgClassName
{
background-color: #DDB90D;
}
</style>
border-color css
<style>
span { border-color: #DDB90D; }
span { border-color: rgb(221,185,13); }
td.TdClassName
{
border-color: #DDB90D;
}
.TagClassName
{
border-color: #DDB90D;
}
</style>