Shades of Sunflower #DDC707
Tints of Sunflower #DDC707
RGB
CMYK
RGB Variations
Color information
#DDC707 (or 0xDDC707) is known color: Sunflower. HEX triplet: DD, C7 and 07. RGB value is (221,199,7). Sum of RGB (Red+Green+Blue) = 221+199+7=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC707 is #2238F8. Grayscale: #B8B8B8. Windows color (decimal): -2242809 or 509917. OLE color: 509917.
HSL color Cylindrical-coordinate representation of color #DDC707: hue angle of 53.83º 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 #DDC707 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.13 |
| HSL | 53.83º | 0.94% | 0.45% | - |
| HSV(B) | 53.83º | 0.97% | 0.87% | - |
| XYZ | 50.28 | 56.23 | 8.41 | - |
| YUV | 183.69 | 28.29 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 7 | 0 | 0.10 | 0.97 | 0.13 | 53.83 | 0.94 | 0.45 |
| Hex | DD | C7 | 7 | 0 | A | 61 | D | 36 | 5E | 2D |
| Octal | 335 | 307 | 7 | 0 | 12 | 141 | 15 | 66 | 136 | 55 |
| Binary | 11011101 | 11000111 | 111 | 0 | 1010 | 1100001 | 1101 | 110110 | 1011110 | 101101 |
Color Harmonies of #DDC707
Complementary color
Monochromatic Colors of #DDC707
Black with #DDC707
Text Example
Text Example
White with #DDC707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC707; }
p { color: rgb(221,199,7); }
H1.HeaderClassName
{
color: #DDC707;
}
.AnyTagClassName
{
color: #DDC707;
}
</style>
background-color css
<style>
a { background-color: #DDC707; }
a { background-color: rgb(221,199,7); }
div.DivClassName
{
background-color: #DDC707;
}
.BgClassName
{
background-color: #DDC707;
}
</style>
border-color css
<style>
span { border-color: #DDC707; }
span { border-color: rgb(221,199,7); }
td.TdClassName
{
border-color: #DDC707;
}
.TagClassName
{
border-color: #DDC707;
}
</style>