Shades of Sunflower #DDC504
Tints of Sunflower #DDC504
RGB
CMYK
RGB Variations
Color information
#DDC504 (or 0xDDC504) is known color: Sunflower. HEX triplet: DD, C5 and 04. RGB value is (221,197,4). Sum of RGB (Red+Green+Blue) = 221+197+4=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC504 is #223AFB. Grayscale: #B6B6B6. Windows color (decimal): -2243324 or 312797. OLE color: 312797.
HSL color Cylindrical-coordinate representation of color #DDC504: hue angle of 53.36º 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 #DDC504 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.13 |
| HSL | 53.36º | 0.96% | 0.44% | - |
| HSV(B) | 53.36º | 0.98% | 0.87% | - |
| XYZ | 49.81 | 55.31 | 8.17 | - |
| YUV | 182.17 | 27.45 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 4 | 0 | 0.11 | 0.98 | 0.13 | 53.36 | 0.96 | 0.44 |
| Hex | DD | C5 | 4 | 0 | B | 62 | D | 35 | 60 | 2C |
| Octal | 335 | 305 | 4 | 0 | 13 | 142 | 15 | 65 | 140 | 54 |
| Binary | 11011101 | 11000101 | 100 | 0 | 1011 | 1100010 | 1101 | 110101 | 1100000 | 101100 |
Color Harmonies of #DDC504
Complementary color
Monochromatic Colors of #DDC504
Black with #DDC504
Text Example
Text Example
White with #DDC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC504; }
p { color: rgb(221,197,4); }
H1.HeaderClassName
{
color: #DDC504;
}
.AnyTagClassName
{
color: #DDC504;
}
</style>
background-color css
<style>
a { background-color: #DDC504; }
a { background-color: rgb(221,197,4); }
div.DivClassName
{
background-color: #DDC504;
}
.BgClassName
{
background-color: #DDC504;
}
</style>
border-color css
<style>
span { border-color: #DDC504; }
span { border-color: rgb(221,197,4); }
td.TdClassName
{
border-color: #DDC504;
}
.TagClassName
{
border-color: #DDC504;
}
</style>