Shades of Sunflower #DDC407
Tints of Sunflower #DDC407
RGB
CMYK
RGB Variations
Color information
#DDC407 (or 0xDDC407) is known color: Sunflower. HEX triplet: DD, C4 and 07. RGB value is (221,196,7). Sum of RGB (Red+Green+Blue) = 221+196+7=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC407 is #223BF8. Grayscale: #B6B6B6. Windows color (decimal): -2243577 or 509149. OLE color: 509149.
HSL color Cylindrical-coordinate representation of color #DDC407: hue angle of 52.99º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDC407 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.13 |
| HSL | 52.99º | 0.94% | 0.45% | - |
| HSV(B) | 52.99º | 0.97% | 0.87% | - |
| XYZ | 49.6 | 54.87 | 8.18 | - |
| YUV | 181.93 | 29.28 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 7 | 0 | 0.11 | 0.97 | 0.13 | 52.99 | 0.94 | 0.45 |
| Hex | DD | C4 | 7 | 0 | B | 61 | D | 35 | 5E | 2D |
| Octal | 335 | 304 | 7 | 0 | 13 | 141 | 15 | 65 | 136 | 55 |
| Binary | 11011101 | 11000100 | 111 | 0 | 1011 | 1100001 | 1101 | 110101 | 1011110 | 101101 |
Color Harmonies of #DDC407
Complementary color
Monochromatic Colors of #DDC407
Black with #DDC407
Text Example
Text Example
White with #DDC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC407; }
p { color: rgb(221,196,7); }
H1.HeaderClassName
{
color: #DDC407;
}
.AnyTagClassName
{
color: #DDC407;
}
</style>
background-color css
<style>
a { background-color: #DDC407; }
a { background-color: rgb(221,196,7); }
div.DivClassName
{
background-color: #DDC407;
}
.BgClassName
{
background-color: #DDC407;
}
</style>
border-color css
<style>
span { border-color: #DDC407; }
span { border-color: rgb(221,196,7); }
td.TdClassName
{
border-color: #DDC407;
}
.TagClassName
{
border-color: #DDC407;
}
</style>