Shades of Sunflower #DDC704
Tints of Sunflower #DDC704
RGB
CMYK
RGB Variations
Color information
#DDC704 (or 0xDDC704) is known color: Sunflower. HEX triplet: DD, C7 and 04. RGB value is (221,199,4). Sum of RGB (Red+Green+Blue) = 221+199+4=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC704 is #2238FB. Grayscale: #B8B8B8. Windows color (decimal): -2242812 or 313309. OLE color: 313309.
HSL color Cylindrical-coordinate representation of color #DDC704: hue angle of 53.92º 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 #DDC704 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.13 |
| HSL | 53.92º | 0.96% | 0.44% | - |
| HSV(B) | 53.92º | 0.98% | 0.87% | - |
| XYZ | 50.26 | 56.23 | 8.32 | - |
| YUV | 183.35 | 26.79 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 4 | 0 | 0.10 | 0.98 | 0.13 | 53.92 | 0.96 | 0.44 |
| Hex | DD | C7 | 4 | 0 | A | 62 | D | 36 | 60 | 2C |
| Octal | 335 | 307 | 4 | 0 | 12 | 142 | 15 | 66 | 140 | 54 |
| Binary | 11011101 | 11000111 | 100 | 0 | 1010 | 1100010 | 1101 | 110110 | 1100000 | 101100 |
Color Harmonies of #DDC704
Complementary color
Monochromatic Colors of #DDC704
Black with #DDC704
Text Example
Text Example
White with #DDC704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC704; }
p { color: rgb(221,199,4); }
H1.HeaderClassName
{
color: #DDC704;
}
.AnyTagClassName
{
color: #DDC704;
}
</style>
background-color css
<style>
a { background-color: #DDC704; }
a { background-color: rgb(221,199,4); }
div.DivClassName
{
background-color: #DDC704;
}
.BgClassName
{
background-color: #DDC704;
}
</style>
border-color css
<style>
span { border-color: #DDC704; }
span { border-color: rgb(221,199,4); }
td.TdClassName
{
border-color: #DDC704;
}
.TagClassName
{
border-color: #DDC704;
}
</style>