Shades of Sunflower #DDC904
Tints of Sunflower #DDC904
RGB
CMYK
RGB Variations
Color information
#DDC904 (or 0xDDC904) is known color: Sunflower. HEX triplet: DD, C9 and 04. RGB value is (221,201,4). Sum of RGB (Red+Green+Blue) = 221+201+4=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC904 is #2236FB. Grayscale: #B9B9B9. Windows color (decimal): -2242300 or 313821. OLE color: 313821.
HSL color Cylindrical-coordinate representation of color #DDC904: hue angle of 54.47º 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 #DDC904 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.13 |
| HSL | 54.47º | 0.96% | 0.44% | - |
| HSV(B) | 54.47º | 0.98% | 0.87% | - |
| XYZ | 50.73 | 57.15 | 8.47 | - |
| YUV | 184.52 | 26.13 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 4 | 0 | 0.09 | 0.98 | 0.13 | 54.47 | 0.96 | 0.44 |
| Hex | DD | C9 | 4 | 0 | 9 | 62 | D | 36 | 60 | 2C |
| Octal | 335 | 311 | 4 | 0 | 11 | 142 | 15 | 66 | 140 | 54 |
| Binary | 11011101 | 11001001 | 100 | 0 | 1001 | 1100010 | 1101 | 110110 | 1100000 | 101100 |
Color Harmonies of #DDC904
Complementary color
Monochromatic Colors of #DDC904
Black with #DDC904
Text Example
Text Example
White with #DDC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC904; }
p { color: rgb(221,201,4); }
H1.HeaderClassName
{
color: #DDC904;
}
.AnyTagClassName
{
color: #DDC904;
}
</style>
background-color css
<style>
a { background-color: #DDC904; }
a { background-color: rgb(221,201,4); }
div.DivClassName
{
background-color: #DDC904;
}
.BgClassName
{
background-color: #DDC904;
}
</style>
border-color css
<style>
span { border-color: #DDC904; }
span { border-color: rgb(221,201,4); }
td.TdClassName
{
border-color: #DDC904;
}
.TagClassName
{
border-color: #DDC904;
}
</style>