Shades of Sunflower #DDC604
Tints of Sunflower #DDC604
RGB
CMYK
RGB Variations
Color information
#DDC604 (or 0xDDC604) is known color: Sunflower. HEX triplet: DD, C6 and 04. RGB value is (221,198,4). Sum of RGB (Red+Green+Blue) = 221+198+4=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC604 is #2239FB. Grayscale: #B7B7B7. Windows color (decimal): -2243068 or 313053. OLE color: 313053.
HSL color Cylindrical-coordinate representation of color #DDC604: hue angle of 53.64º 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 #DDC604 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.13 |
| HSL | 53.64º | 0.96% | 0.44% | - |
| HSV(B) | 53.64º | 0.98% | 0.87% | - |
| XYZ | 50.03 | 55.77 | 8.24 | - |
| YUV | 182.76 | 27.12 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 4 | 0 | 0.10 | 0.98 | 0.13 | 53.64 | 0.96 | 0.44 |
| Hex | DD | C6 | 4 | 0 | A | 62 | D | 36 | 60 | 2C |
| Octal | 335 | 306 | 4 | 0 | 12 | 142 | 15 | 66 | 140 | 54 |
| Binary | 11011101 | 11000110 | 100 | 0 | 1010 | 1100010 | 1101 | 110110 | 1100000 | 101100 |
Color Harmonies of #DDC604
Complementary color
Monochromatic Colors of #DDC604
Black with #DDC604
Text Example
Text Example
White with #DDC604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC604; }
p { color: rgb(221,198,4); }
H1.HeaderClassName
{
color: #DDC604;
}
.AnyTagClassName
{
color: #DDC604;
}
</style>
background-color css
<style>
a { background-color: #DDC604; }
a { background-color: rgb(221,198,4); }
div.DivClassName
{
background-color: #DDC604;
}
.BgClassName
{
background-color: #DDC604;
}
</style>
border-color css
<style>
span { border-color: #DDC604; }
span { border-color: rgb(221,198,4); }
td.TdClassName
{
border-color: #DDC604;
}
.TagClassName
{
border-color: #DDC604;
}
</style>