Shades of Sunflower #DDC804
Tints of Sunflower #DDC804
RGB
CMYK
RGB Variations
Color information
#DDC804 (or 0xDDC804) is known color: Sunflower. HEX triplet: DD, C8 and 04. RGB value is (221,200,4). Sum of RGB (Red+Green+Blue) = 221+200+4=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC804 is #2237FB. Grayscale: #B8B8B8. Windows color (decimal): -2242556 or 313565. OLE color: 313565.
HSL color Cylindrical-coordinate representation of color #DDC804: hue angle of 54.19º 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 #DDC804 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.13 |
| HSL | 54.19º | 0.96% | 0.44% | - |
| HSV(B) | 54.19º | 0.98% | 0.87% | - |
| XYZ | 50.49 | 56.69 | 8.4 | - |
| YUV | 183.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 4 | 0 | 0.10 | 0.98 | 0.13 | 54.19 | 0.96 | 0.44 |
| Hex | DD | C8 | 4 | 0 | A | 62 | D | 36 | 60 | 2C |
| Octal | 335 | 310 | 4 | 0 | 12 | 142 | 15 | 66 | 140 | 54 |
| Binary | 11011101 | 11001000 | 100 | 0 | 1010 | 1100010 | 1101 | 110110 | 1100000 | 101100 |
Color Harmonies of #DDC804
Complementary color
Monochromatic Colors of #DDC804
Black with #DDC804
Text Example
Text Example
White with #DDC804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC804; }
p { color: rgb(221,200,4); }
H1.HeaderClassName
{
color: #DDC804;
}
.AnyTagClassName
{
color: #DDC804;
}
</style>
background-color css
<style>
a { background-color: #DDC804; }
a { background-color: rgb(221,200,4); }
div.DivClassName
{
background-color: #DDC804;
}
.BgClassName
{
background-color: #DDC804;
}
</style>
border-color css
<style>
span { border-color: #DDC804; }
span { border-color: rgb(221,200,4); }
td.TdClassName
{
border-color: #DDC804;
}
.TagClassName
{
border-color: #DDC804;
}
</style>