Shades of Sunflower #DDB904
Tints of Sunflower #DDB904
RGB
CMYK
RGB Variations
Color information
#DDB904 (or 0xDDB904) is known color: Sunflower. HEX triplet: DD, B9 and 04. RGB value is (221,185,4). Sum of RGB (Red+Green+Blue) = 221+185+4=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB904 is #2246FB. Grayscale: #AFAFAF. Windows color (decimal): -2246396 or 309725. OLE color: 309725.
HSL color Cylindrical-coordinate representation of color #DDB904: hue angle of 50.05º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDB904 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.13 |
| HSL | 50.05º | 0.96% | 0.44% | - |
| HSV(B) | 50.05º | 0.98% | 0.87% | - |
| XYZ | 47.19 | 50.08 | 7.29 | - |
| YUV | 175.13 | 31.43 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 4 | 0 | 0.16 | 0.98 | 0.13 | 50.05 | 0.96 | 0.44 |
| Hex | DD | B9 | 4 | 0 | 10 | 62 | D | 32 | 60 | 2C |
| Octal | 335 | 271 | 4 | 0 | 20 | 142 | 15 | 62 | 140 | 54 |
| Binary | 11011101 | 10111001 | 100 | 0 | 10000 | 1100010 | 1101 | 110010 | 1100000 | 101100 |
Color Harmonies of #DDB904
Complementary color
Monochromatic Colors of #DDB904
Black with #DDB904
Text Example
Text Example
White with #DDB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB904; }
p { color: rgb(221,185,4); }
H1.HeaderClassName
{
color: #DDB904;
}
.AnyTagClassName
{
color: #DDB904;
}
</style>
background-color css
<style>
a { background-color: #DDB904; }
a { background-color: rgb(221,185,4); }
div.DivClassName
{
background-color: #DDB904;
}
.BgClassName
{
background-color: #DDB904;
}
</style>
border-color css
<style>
span { border-color: #DDB904; }
span { border-color: rgb(221,185,4); }
td.TdClassName
{
border-color: #DDB904;
}
.TagClassName
{
border-color: #DDB904;
}
</style>